Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks you Wylie for the crowbar thing that is really very cool! :) I was wondering if you know of a Firefox version of it?
    – Noitidart
    Commented Sep 8, 2015 at 20:34
  • maybe better: stackoverflow.com/questions/23582101/… Commented Sep 9, 2015 at 0:39
  • 1
    Blob is not needed in this case, a simple var url ='data:image/svg+xml; charset=utf8, '+(new XMLSerializer()).serializeToString(svgDoc) should do the trick just well.
    – Kaiido
    Commented Sep 9, 2015 at 1:01