Hi there.
I'm currently looking for an easy way to translate an SVG file to
Raphael. The method used in the Tiger example seems nice:
http://raphaeljs.com/tiger.html
It make use of the 3rd way of init Raphael (
http://raphaeljs.com/
reference.html#Raphael).
The tiger.js file is mainly a Json given to Paper.add (http://
raphaeljs.com/reference.html#Paper.add).
My question is "how can I get this Json list from an SVG file"?
Is there any converter? How can I build one?
Is there other / clever ways of displaying a graphic from an SVG
file?
Thx for your help,
Damien