SVG Output

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
DK
Posts: 2896
Joined: Mon Aug 09, 2004 6:06 am
Location: Australia

SVG Output

Post by DK »

Anyone have an idea how one could go about rendering SVG animations from AS or even an SVG image sequence?

Cheers
DK
User avatar
funksmaname
Posts: 3174
Joined: Tue May 29, 2007 11:31 am
Location: New Zealand

Re: SVG Output

Post 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.
User avatar
DK
Posts: 2896
Joined: Mon Aug 09, 2004 6:06 am
Location: Australia

Re: SVG Output

Post 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
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Re: SVG Output

Post 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
User avatar
DK
Posts: 2896
Joined: Mon Aug 09, 2004 6:06 am
Location: Australia

Re: SVG Output

Post 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
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Re: SVG Output

Post 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
Post Reply