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