2023-02-14 20:19:50 +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;