Viewing File: /home/rareljzw/public_html/admin/assets/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);
Back to Directory File Manager
<