docs.rodeo

MDN Web Docs mirror

SVGPathElement

{{APIRef("SVG")}} 

The SVGPathElement interface corresponds to the {{SVGElement("path")}}  element.

{{InheritanceDiagram}} 

[!NOTE] In SVG 2 the getPathSegAtLength() and createSVGPathSeg* methods were removed and the pathLength property and the getTotalLength() and getPointAtLength() methods were moved to {{domxref("SVGGeometryElement")}} .

Instance properties

This interface inherits properties from its parent, {{domxref("SVGGeometryElement")}} .

Instance methods

This interface also inherits methods from its parent, {{domxref("SVGGeometryElement")}} .

Deprecated methods

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN