mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 04:04:25 +08:00
6 lines
311 B
JavaScript
6 lines
311 B
JavaScript
// SVGPathElement对象
|
|
SVGPathElement = function SVGPathElement(){return bodavm.toolsFunc.throwError("TypeError", "Illegal constructor")}
|
|
bodavm.toolsFunc.safeProto(SVGPathElement, "SVGPathElement");
|
|
SVGPathElement.prototype.__proto__=SVGGeometryElement.prototype;
|
|
SVGPathElement.__proto__=SVGGeometryElement;
|