boda_jsEnv/env_xbb_lastest_bo/env/SVGPathElement.js
xuxiaobo-bobo 3eda40b52f 'second'
2023-02-14 22:06:09 +08:00

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;