Check it out: http://www.jonathanwilkes.net/more-ds.webm
transformations with a matrix
svg path support for all drawing commands
everything plays nice with Pd's subpatch x/y-range and size (not sure about margins), making it almost like an svg viewport (without clipping, unfortunately)
Finally-- I'm also working on a patch that will instantiate certain scalars just by typing the struct name in an object box. This means people will be able to use data structures for simple (or even complex) prototyping without having to send a pointer anywhere. If you're just using a single scalar like my demo, you could just as easily send methods to the parent [draw] objects. (Though if you understand how pointers work it can be handy.)
Problems
-Jonathan