mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 09:52:19 +00:00
6 lines
221 B
JavaScript
Executable File
Vendored
6 lines
221 B
JavaScript
Executable File
Vendored
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); |