canvas_ity
canvas_ity copied to clipboard
Feature request : fillRule
Do you have any plans to support fillRule
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fill
Hi. For the initial release, I had wanted to stick to just what was in the old W3C spec to avoid feature creep to keep this small. But now that it's out, there's some low-hanging fruit from the more comprehensive WHATWG spec that I think that I could add to the next release without adding too much bloat:
- Alternate fill rules
- Conic gradients
- Elliptical arcs
- Round rectangles
- Text kerning
Wanted to try to run rive over canvas_ity I think the alternate fill rules will help with that.
Thank you very much