forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
6
static/bower_components/jvectormap/lib/svg-path-element.js
vendored
Normal file
6
static/bower_components/jvectormap/lib/svg-path-element.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user