emits cubic beziers. if withMoveTo is false, issue 8-arg commands for cubic beziers (i.e. include starting point). if withMoveTo is true, issue 2-arg command for moveTo, and 6-arg command for cubic beziers.
See Implementation
emits cubic beziers. if withMoveTo is false, issue 8-arg commands for cubic beziers (i.e. include starting point). if withMoveTo is true, issue 2-arg command for moveTo, and 6-arg command for cubic beziers.