Hi Om, thank you for your answer. I really appreciate.
> Any chance you will be willing to donate > it to Apache Flex so that we can have the community work on it and make it > better? If you find it worthwhile, it would be an honor. Most of the logic was openly available anyway. > Webkit comes with an XSLT converter, so it should be pretty straightforward > to make this tool cross-platform when used with AIR. Now, that’s good news then. I’m am happy to be surprised once more, how powerful Flex really is. There is still a lot of room for improving the converter. Not just a building Win/Mac version, but also on the conversion methods themselves. > Any thoughts on creating an plugin/extension for Illustrator CC? It would > be a great feature to have this integrated into the workflow. Sorry, the last time I tried something like that was with Flash MX 2004, so I guess there is better people to ask ;-) I am looking forward to your feedback, Sascha Am 04.09.2014 um 19:56 schrieb OmPrakash Muppirala <[email protected]>: > On Thu, Sep 4, 2014 at 10:47 AM, Sascha Ahrend <[email protected]> wrote: > >> 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. >> > > Sascha, this is awesome. Thanks for working on this. I will play with it > and give you some feedback soon. Any chance you will be willing to donate > it to Apache Flex so that we can have the community work on it and make it > better? > > >> >> 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. >> > > When I built an FXG to SVG converter (reverse of what you have done here), > I built an AIR app and called the XSLT function from the embedded browser. > Webkit comes with an XSLT converter, so it should be pretty straightforward > to make this tool cross-platform when used with AIR. > > >> >> I also wrote a small tutorial, what may be of some general use, when >> working with FXG conversion. >> > > Any thoughts on creating an plugin/extension for Illustrator CC? It would > be a great feature to have this integrated into the workflow. > > Thanks, > Om > > >> I hope you like it. >> >> >> Best Regards, >> >> Sascha >> >>
