Hello all,
following a recent thread on Design tools for Flex, I built a SVG/SWF to FXG converter.
The SVG conversion scheme is a modified version of Inkscape’s upcoming FXG export scheme (no release date yet.)
The SWF conversion is based on the as3swf library.
You can find the converter as well as the source code here: http://www.realcreation.com/S2F_Converter/
Windows users:
As Microsoft Windows doesn't ship with any built-in XSL processor (necessary for the SVG conversion), this code is for Mac OS only.
However, you can adjust it to use a Windows 3rd party XSL command line processor (e.g. Saxon, msxsl, etc.) by just changing a few lines of code.
I also wrote a small tutorial, what may be of some general use, when working with FXG conversion.
I hope you like it.
Best Regards,
Sascha
following a recent thread on Design tools for Flex, I built a SVG/SWF to FXG converter.
The SVG conversion scheme is a modified version of Inkscape’s upcoming FXG export scheme (no release date yet.)
The SWF conversion is based on the as3swf library.
You can find the converter as well as the source code here: http://www.realcreation.com/S2F_Converter/
Windows users:
As Microsoft Windows doesn't ship with any built-in XSL processor (necessary for the SVG conversion), this code is for Mac OS only.
However, you can adjust it to use a Windows 3rd party XSL command line processor (e.g. Saxon, msxsl, etc.) by just changing a few lines of code.
I also wrote a small tutorial, what may be of some general use, when working with FXG conversion.
I hope you like it.
Best Regards,
Sascha