core.js 135 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 var svgURI = 'http://www.w3.org/2000/svg'; export function createElement(name) { return document.createElementNS(svgURI, name); }