Directory : /proc/thread-self/cwd/admin/bower_components/jvectormap/lib/ |
Current File : //proc/thread-self/cwd/admin/bower_components/jvectormap/lib/svg-path-element.js |
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);