Closed
Description
Should there be operations on context returning unit?
Starting with 0.11, operating on the canvas becomes a bit uglier due to the explicit discard:
_ <- Canvas.scale s ctx
Perhaps we could have things like:
Canvas.scale_ s ctx
and keep the current operations as they are to allow chaining.
Metadata
Metadata
Assignees
Labels
No labels