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