- (canvas-path-set! [canvas canvas?] [path-action symbol?]) -> void?procedure
Configures the action between sequences of vertex data sent to the given canvas. Possible actions are
- 'new
- 'move-to
- 'line-to
- 'arc
- 'curve-to
- 'close
- 'fill
- 'stroke
- 'fill+stroke
- 'clip