nativescript-community / ui-canvas

Implement Canvas into your NativeScript apps.
https://nativescript-community.github.io/ui-canvas/
Apache License 2.0
31 stars 9 forks source link

fix(ui-canvas): iOS drawPath and clipPath ignored fill rule #58

Closed CatchABus closed 1 month ago

CatchABus commented 1 month ago

This PR fixes broken fill rule for draw path and adds missing functionality for clipPath by making use of CGContextEOClip.

farfromrefug commented 1 month ago

@CatchABus thanks and thanks for the refactoring!