getPointAtLength method

DOMPoint getPointAtLength(
  1. num distance
)

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

Implementation

external DOMPoint getPointAtLength(num distance);