Sha256: 205b03eef7eba9d56eeffb9f25efa90ce62b7001b8ecb83ca466f69779ad4727

Contents?: true

Size: 221 Bytes

Versions: 6

Compression:

Stored size: 221 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/jvectormap/src/svg-path-element.js
jvectormap-rails-2.0.0 vendor/assets/javascripts/jvectormap/src/svg-path-element.js
jvectormap-rails-1.0.1 vendor/assets/javascripts/jvectormap/lib/svg-path-element.js
jvectormap-rails4-1.0.1 vendor/assets/javascripts/jvectormap/lib/svg-path-element.js
jvectormap-rails4-1.0.0 vendor/assets/javascripts/jvectormap/lib/svg-path-element.js
jvectormap-rails-1.0.0 vendor/assets/javascripts/jvectormap/lib/svg-path-element.js