powered by
"PathLineTo"
A description of a path line to operator ("L" in SVG parlance) that is meant to be used as part of a path.
"L"
x
Object of class "numeric". The x-location that the path is going to draw a line to.
"numeric"
y
Object of class "numeric". The y-location that the path is going to draw a line to.
Class PathSegment, directly.
PathSegment
Simon Potter
PathData, PathMoveTo, PathClosePath, PathCurveTo.
PathData
PathMoveTo
PathClosePath
PathCurveTo