NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
190 stars 108 forks source link

AnimatedCircle plugin is not changing textSize #583

Closed LMS5413 closed 3 months ago

LMS5413 commented 5 months ago

Hello. I'm using the AnimatedCircle plugin in AngularJS, but I noticed that the properties textSize and textColor don't work. However, I managed to change the textColor through CSS, and when I try to change the textSize through CSS, the text simply disappears, no matter what value I put.

No text-size

image

With text-size

image

vallemar commented 5 months ago

@LMS5413 fixed in https://github.com/NativeScript/plugins/pull/584 @NathanWalker you can have a look?

LMS5413 commented 4 months ago

Its Worked!