Is there a way to allow a user, after he has created a vector graph on a javascript svg canvas using a browser, to download this file to their local filesystem?
Another possibility though not the nicest is to display the serialized contents on the webpage and have the user select, copy and paste that.
This after investigating eli grey's solution.