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: Android LinearGradient params were throwing errors. #37

Closed CatchABus closed 3 years ago

CatchABus commented 3 years ago

This fixes LinearGradient constructor not recognizing individual colors (color1, color2) and allows positions parameter to be nullable (as described in native android docs). Additionally, type for RadialGradient's _native was corrected.