Public bug reported:

There is a new 0.6 version available:

GooCanvas 0.6   (Feb 17 2007)
=============

 o Major rewrite to make the model optional, so people can choose to have
   either a simple canvas or a model/view canvas. The standard items can be
   used in either scenario.
 o Added support for cascading style properties (things like fill color, stroke
   width, font etc.). Properties use a GQuark for a unique identifier, and a
   GValue for the property value, so they are very flexible.
 o Added GooCanvasTable item to layout child items.
 o Made it much easier to create new items, by subclassing GooCanvasItemSimple
   which handles most of the work. See demo/demo-item.c for a simple item.
 o Added support for different units - pixels, points, inches or millimeters,
   and allow setting of vertical and horizontal resolution (dpi).
 o Added workaround for cairo's 16-bit limit, to support large canvases.
 o Added demo/scalability-demo which creates 100,000 items over a large canvas.
   It takes a few seconds to create all the items, but once created it seems
   to work fast enough.
 o Improved the animation code, supporting relative or absolute values for
   the x, y, scale and rotation.
 o Added "clip-path" and "clip-fill-rule" to specify a clip path for an item.


The package is used only by python-goocanvas so updating should be fine (and 
would allow to update python-goocanvas which would make upstream happy 
problably)

** Affects: goocanvas (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
UVF exception: 0.4 to 0.6
https://launchpad.net/bugs/86533

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to