Web/API/SVGGeometryElement/getTotalLength

From Get docs


The SVGGeometryElement.getTotalLength() method returns the user agent's computed value for the total length of the path in user units.

Note: This method was originally part of the SVGPathElement interface. SVG 2 introduced the SVGGeometryElement interface and moved the property to it.


Syntax

float someElement.getTotalLength();

Return value

A float indicating the total length of the path in user units.

Specifications

Specification Status Comment
Scalable Vector Graphics (SVG) 2The definition of 'SVGGeometryElement.getTotalLength()' in that specification. Candidate 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
getTotalLength Chrome

Full support Yes

Edge

Full support ≤79

Firefox Full support 53

Notes'

Full support 53

Notes'

Notes' Before version 53, this method was defined on the SVGPathElement interface, which inherits from this interface.

IE

No support No

Opera

Full support Yes

Safari

Full support Yes

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android Full support 53

Notes'

Full support 53

Notes'

Notes' Before version 53, this method was defined on the SVGPathElement interface, which inherits from this interface.

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support
No support  
No support
See implementation notes.'
See implementation notes.