Files
NetAlertX/front/lib/AdminLTE/bower_components/jvectormap/lib/svg-path-element.js
2022-12-04 00:07:22 +11:00

6 lines
221 B
JavaScript
Executable File

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);