
Bugs

 o Demo text layout is changing when scale is changed. Maybe bug 341481.
 o Text item bounds should use ink rect, though layout maybe should use logical
 o Should clip in goo_canvas_paint() if bounds passed in? (e.g. for printing)
 o Table should clip children, if it had to shrink.


Features definitely needed:

 o Editable text item - a port of GtkTextView.


Possible additional features:

 o Caching of rendered items to improved performance. Items would have a cache
   option with choices like Never, Always and WhenVisible.
 o Sticky items that don't move at all as the canvas is scrolled & zoomed.
 o Filters like in SVG, to add graphical effects.
 o Support using the same item in different places, like SVG 'use'.
 o Support using system color names, like SVG, e.g. "ActiveBorder".
   This helps you write widget-like items that fit in with the rest of GTK+.

