Lots of graphics changes:
- canvas is now a public attribute, set in the namespace
- Canvas has list-like behaviour (iter, getitem, len)
- TransformMixin? now uses properties instead of methods for transform and transformmode
- ColorMixin? now uses properties instead of methods for fill, stroke and strokewidth
- Public attributes BezierPath?.path, Image.image and Transform.transform are deprecated in favour of _nsBezierPath, _nsImage and _nsAffineTransform
- Rect and Oval classes now have a deprecated warning
- Canvas.image is now Canvas._nsImage
- Context can now be constructed without parameters
- Context now has a save method
- grid, random, files and autotext moved to nodebox.util
Also, updated examples