5 Commits

Author SHA1 Message Date
k1w1
a891b0ad58 Support addPath properly.
However this is not correctly handling the transform. To do it correctly we need to store the sub-paths in the path in their original form (not a string) and apply the transforms at render time.
2024-04-18 13:26:13 -07:00
k1w1
130fe48f8e Added roundRect support 2023-12-22 19:54:13 -08:00
k1w1
9d7c7bae3e Fixed arcTo implementation. Previously it only worked in the orientation in the test, but not for lines curving in other directions. 2023-03-09 17:15:52 -08:00
k1w1
4f7bcfec4c Fixed clipping behavior and handling of save/restore around stroke and fill. 2022-12-24 14:49:29 -08:00
k1w1
7f59355b0a Support independent paths 2022-08-22 16:53:26 -07:00