SVGGeometryElement: getPointAtLength() method

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

Syntax

js
getPointAtLength(distance)

Parameters

distance

A float referring to the distance along the path.

Return value

A DOMPoint indicating the point at a given distance along the path.

Specifications