Created
June 27, 2017 21:02
-
-
Save jmlavoier/eb0d1d5b1627e94eea2ca99c72595b95 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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