Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any tools to transform SVG data to Canvas friendly input? [closed]

Are there any tools to transform SVG (XML) data to Canvas friendly input?

like image 537
Robert Gould Avatar asked Dec 12 '25 03:12

Robert Gould


1 Answers

Take a look at canvg. It is a JavaScript library that will parse SVG and render into a specified canvas element:

http://code.google.com/p/canvg/

There's also an Ajaxian article (but I can only post one link per post) It's titled "CanVG: Using Canvas to render SVG files"

like image 176
Sean Gilligan Avatar answered Dec 14 '25 17:12

Sean Gilligan