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): Path constructor invalid parameter #63

Closed CatchABus closed 1 month ago

CatchABus commented 1 month ago

It seems Path constructor parameter was not used properly in both parameters. Additionally, this PR replaces few mPath calls with getCGPath(). They seem harmless but we can revert those if they cause any problems.