The
SVGPathElement.getTotalLength()
method returns the user
agent's computed value for the total length of the path in user units.
Note: In SVG 2 this method was moved to the
SVGGeometryElement
interface, from which the
SVGPathElement
inherits 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) 1.1 (Second Edition) The definition of 'SVGPathElement.getTotalLength()' in that specification. |
Recommendation | Initial definition |
Browser compatibility
BCD tables only load in the browser