On May 31, 2006, at 8:09 PM, Matt Jordan wrote:

 I can certainly move an image across the page in Inkscape and output that as a series of pngs, but how would I make sure each incremental move is at the right speed and in the right direction, so the resulting animation is smooth?  Has anybody out there done this sort of thing with Inkscape?  Is there any sort of onion skinning plug-in or anything like that?



Well... *one* way to do some things is with the command-line. Since SVG is XML, you use xslt to modify things from a base svg and create a modified .svg and then render that one out.