Page 1 of 1

SVG Output

Posted: Fri Oct 26, 2012 12:27 am
by DK
Anyone have an idea how one could go about rendering SVG animations from AS or even an SVG image sequence?

Cheers
DK

Re: SVG Output

Posted: Fri Oct 26, 2012 2:03 am
by funksmaname
would be nice, but no - any attempt to export vector based output has resulted in crap in my personal experience... going to illustrator via flash has always cocked up all the colours. Shame really - I think vector output should be looked at in future releases.

Re: SVG Output

Posted: Fri Oct 26, 2012 4:01 am
by DK
Yeah....especially with html5 now supporting vector based animation. I need this for an app I am developing. Had a bit of succsess with Vector Magic but it's a slow process doing images one by one.

DK

Re: SVG Output

Posted: Fri Oct 26, 2012 7:28 am
by Genete
Html5 output is being coded now for Synfig:
https://github.com/haramanai/sifplayer
It takes a sif file (output from Synfig) and plays it on a html5 browser.
It has limited support yet but is in development.
-G

Re: SVG Output

Posted: Fri Oct 26, 2012 8:51 am
by DK
Hi Genete.
How are you mate :)
Is the resulting animation in a vector format so that the animation can be rescaled?

D.K

Re: SVG Output

Posted: Fri Oct 26, 2012 1:19 pm
by Genete
DK wrote:Hi Genete.
How are you mate :)
I'm great! thanks! I hope you're fine too :-)
Is the resulting animation in a vector format so that the animation can be rescaled?
I've not have time to play with it many times but I guess that the size of the canvas elements can be fixed or relative to browser window size. It still in a very primitive stadium but it looks very promising even with limited support.
I'll translate your question to the author's forum thread.

Here is a sample animation that doesn't seem to rescale:
http://d.j.a.y.free.fr/synfig2html5/

Cheers
-G