SVGPathElement.getPointAtLength()

The SVGPathElement.getPointAtLength() method returns the point at a given distance along the path.

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

Syntax

SVGPoint someElement.getPointAtLength(float distance);

Parameters

distance
A float referring to the distance along the path.

Return value

An SVGPoint indicating the point at a given distance along the path.

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

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
getPointAtLength
Deprecated
Chrome Full support YesEdge Full support 12Firefox Full support Yes
Notes
Full support Yes
Notes
Notes From version 53, this method is defined on the parent SVGGeometryElement interface.
IE Full support YesOpera Full support YesSafari Full support YesWebView Android Full support YesChrome Android Full support YesFirefox Android Full support Yes
Notes
Full support Yes
Notes
Notes From version 53, this method is defined on the parent SVGGeometryElement interface.
Opera Android ? Safari iOS ? Samsung Internet Android Full support Yes

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown
Deprecated. Not for use in new websites.
Deprecated. Not for use in new websites.
See implementation notes.
See implementation notes.

See also