SVGPoint
Deprecated
Avoid using this feature in new projects. SVG 2 omittted some parts of SVG 1.1 to "improv[e] the usability and precision of the language." This feature may be a candidate for removal from web standards or browsers.>
Consider using the following features instead: SVG或@font-face.>
SVGPoint 表示 SVG 坐标系统中的一个二维或三维点。在 SVG 2 中,它已被 DOMPoint 和 DOMPointReadOnly 取代。所有原先返回 SVGPoint 的 API(包括 SVGSVGElement.createSVGPoint())现在都改为返回 DOMPoint。