Skip to content

Instantly share code, notes, and snippets.

@danse
Created March 17, 2014 16:02
Show Gist options
  • Save danse/9602122 to your computer and use it in GitHub Desktop.
Save danse/9602122 to your computer and use it in GitHub Desktop.
from web SVG to standalone file
from http://stackoverflow.com/a/4228053/393758
// Add some critical information
$("svg").attr({ version: '1.1' , xmlns:"http://www.w3.org/2000/svg"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment