Re: [Flashcoders] DisplayObject - SVG lib?

2011-07-01 Thread artur
i guess that kind of helps, but that version seems to just redraw straight lines. i need something that can replicated curved lines in a drawing. thanks Artur | Founder design2dev.com http://www.design2dev.com/ p: 646.470.6348 *New Service : ConvertMyFlash.com ** Flash Sites -

[Flashcoders] DisplayObject - SVG lib?

2011-06-30 Thread artur
i would like to export a DisplayObject - SVG - ImageMagik unfortunately the standard swf-jpg export has size and resolution limitations. any nice libs out there? thanks! artur ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] DisplayObject - SVG lib?

2011-06-30 Thread David Hunter
I did something similar before, but we just had parameters passing into a python backend that recreated all the graphics. I googled as3 save svg but no idea if the below works. As the guy says you'd still need to send it to something like php to save it on server if your project is web-based: