ohctech_p8/adminlte/bower_components/jvectormap/src/svg-path-element.js
2024-10-16 19:18:52 +05:30

6 lines
221 B
JavaScript

jvm.SVGPathElement = function(config, style){
jvm.SVGPathElement.parentClass.call(this, 'path', config, style);
this.node.setAttribute('fill-rule', 'evenodd');
}
jvm.inherits(jvm.SVGPathElement, jvm.SVGShapeElement);