此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

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 中,它已被 DOMPointDOMPointReadOnly 取代。所有原先返回 SVGPoint 的 API(包括 SVGSVGElement.createSVGPoint())现在都改为返回 DOMPoint