How to save svg canvas to local filesystem
You can avoid a round trip to the server. Base64 encode your SVG xml. Then generate a link to that data. The user can right click on to save it locally. // This example was created using Protovis & jQuery // Base64 provided by http://www.webtoolkit.info/javascript-base64.html // Modern web browsers have a builtin function to this … Read more