From what I have to start?
I found this document about extensions http://www.inkscape.org/cgi-bin/wiki.pl?ExtensionsSystem
If I have correctly understood I have to make binary that convert SVG file to SWF file. And this binary should work separately from inkscape. So I leave my code to parse SVG file.
I offer the following plan of work 1. To alter an existing code (to make order from chaos). I do it now. 2. To add IMAGES and GRADIENTS support. Now it is possible to convert such nodes as rect, circle, ellipse, path, g, animate, animateMotion, text, tspan (in my home copy). 3. test it separatly from inkscape 4. test it with inkscape
What do you thik about it?
-----Original Message----- From: bulia byak <buliabyak@...400...> To: Anatoly Podlesnuk <beerubeer@...466...> Date: Thu, 29 Jul 2004 05:02:31 -0300 Subject: Re: [Inkscape-devel] SWF export
On Wed, 28 Jul 2004 00:18:24 -0400, MenTaLguY <mental@...3...> wrote:
On Tue, 2004-07-27 at 05:38, Anatoly Podlesnuk wrote:
SWF export in spalah now is separate part with own structure. It's possible to make separate binary. Something like ./svg2swf --from 1.svg --to 1.swf
Excellent, I believe that could be made into an Inkscape extension very easily. (the extension interface is not very different from that)
So, Anatoly, you can start working on that any time. Please prepare a patch first, and after we review it we'll give you CVS access. If you have any questions, you can ask here or on Jabber.