The SVGGeometryElement.getPointAtLength() method returns the point at a given distance along the path.
getPointAtLength(distance)distanceA float referring to the distance along the path.
A DOMPoint indicating the point at a given distance along the path.