blob: 2cf5066fc1da3a2bb1a4933b38a133b6bd72b779 [file] [log] [blame]
function createNS(type) {
//return {appendChild:function(){},setAttribute:function(){},style:{}}
return document.createElementNS(svgNS, type);
}