Web/API/SVGPathElement/pathLength

From Get docs

Deprecated since SVG 2This 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

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

pathLength

Deprecated'

Chrome

No support ? — 48

Edge

No support No

Firefox

Full support Yes

IE

No support No

Opera

No support ? — 35

Safari

Full support Yes

WebView Android

No support ? — 48

Chrome Android

No support ? — 48

Firefox Android

Full support Yes

Opera Android

No support ? — 35

Safari 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