blob: 53a906762a456a17bdd99c5cac499d009336d340 [file] [log] [blame]
var svgURI = 'http://www.w3.org/2000/svg';
export function createElement(name) {
return document.createElementNS(svgURI, name);
}