Back to Content

SVGPoint

files/en-us/web/api/svgpoint/index.md

latest435 B
Original Source

{{APIRef("SVG")}}{{Deprecated_Header}}

An SVGPoint represents a 2D or 3D point in the SVG coordinate system. It has been replaced in SVG 2 with {{domxref("DOMPoint")}} and {{domxref("DOMPointReadOnly")}}. All APIs that used to return an SVGPoint, including {{domxref("SVGSVGElement.createSVGPoint()")}}, now return a {{domxref("DOMPoint")}} instead.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}