Is there a way to save the SVG generated by raphael as an svg file. Note it only need to work in chrome.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I came up with a solution using Raphael.Export, which gives me an valid svg/xml String (something that I couldn't get from the simply from the innerHTML of the DOM object that holds the svg) and Blobbuilder to create a url for a link which will I fire a click event at the end to save the file.
|
|||
|
|
data:link. The user can click it to display, and use 'Save' in their browser. – halfer Apr 12 '12 at 12:11