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): Incorrect values for bitmap getWidth/getHeight #60

Closed CatchABus closed 1 month ago

CatchABus commented 1 month ago

It seems Android Canvas returns unexpected width and height for Bitmap in recent versions. I realized this unexpected behavior is what resulted in #59. PR also adds parameter types to avoid such typos in the future.