files/en-us/web/api/svgpathelement/index.md
{{APIRef("SVG")}}
The SVGPathElement interface corresponds to the {{SVGElement("path")}} element.
{{InheritanceDiagram}}
[!NOTE] In SVG 2 the
getPathSegAtLength()andcreateSVGPathSeg*methods were removed and thepathLengthproperty and thegetTotalLength()andgetPointAtLength()methods were moved to {{domxref("SVGGeometryElement")}}.
This interface inherits properties from its parent, {{domxref("SVGGeometryElement")}}.
This interface also inherits methods from its parent, {{domxref("SVGGeometryElement")}}.
{{Specifications}}
{{Compat}}