One step of a path as Path2D.edges reports it: the verb that drew it -- "moveTo", "lineTo", "bezierCurveTo", "closePath" and so on -- followed by the coordinates that verb takes.
"moveTo"
"lineTo"
"bezierCurveTo"
"closePath"
One step of a path as Path2D.edges reports it: the verb that drew it --
"moveTo","lineTo","bezierCurveTo","closePath"and so on -- followed by the coordinates that verb takes.