SVGPathElement.pathLength

Deprecated since SVG 2
This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

The SVGPathElement.pathLength property reflects the pathLength attribute and returns the total length of the path, in user units.

Note: In SVG 2 this property was moved to the SVGGeometryElement interface, from which the SVGPathElement inherits it.

Syntax

var pathLength = someElement.pathLength;

Specifications

Specification Status Comment
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
The definition of 'SVGPathElement.pathLength' in that specification.
Recommendation Initial definition

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
pathLength
Deprecated
Chrome No support ? — 48Edge No support NoFirefox Full support YesIE No support NoOpera No support ? — 35Safari Full support YesWebView Android No support ? — 48Chrome Android No support ? — 48Firefox Android Full support YesOpera Android No support ? — 35Safari iOS ? Samsung Internet Android No support ? — 5.0

Legend

Full support
Full support
No support
No support
Compatibility unknown
Compatibility unknown
Deprecated. Not for use in new websites.
Deprecated. Not for use in new websites.

See also