getPointAtLength method
Gets the (x,y) coordinate in user space that is the specified distance along the path.
![]() ![]() |
Syntax
var retval = SVGPathElement.getPointAtLength(fltdistance);Parameters
- fltdistance [in]
-
Type: Floating-point
The distance along the path, relative to the start of the path, in the current user coordinate system.
Return value
Type: ISVGPoint
The point in user space.
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.23
See also
Show:

