views:

174

answers:

1

I am trying to figure out the best most reliable way to convert my SVG drawings from Illustrator or Inkscape into Raphael.js object code. I suppose I am looking for some type of parser but do not know of any. None are suggested on the Raphael.js site.

Any suggestions?

+2  A: 

this might help : http://github.com/wout/raphael-svg-import

jknair
Thank you. I think this is stupendous!
J3M 7OR3
+1 - Another neat app is http://svg-edit.googlecode.com/svn/trunk/editor/svg-editor.html - that one's more for drawing and exporting your drawing as a path, but I think it can also turn images into paths.
Peter Ajtai