Skip to content

Instantly share code, notes, and snippets.

@jmlavoier
Created June 27, 2017 21:02
Show Gist options
  • Save jmlavoier/eb0d1d5b1627e94eea2ca99c72595b95 to your computer and use it in GitHub Desktop.
Save jmlavoier/eb0d1d5b1627e94eea2ca99c72595b95 to your computer and use it in GitHub Desktop.
const svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
console.log(svg); //<svg></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment