-
Notifications
You must be signed in to change notification settings - Fork 19.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(gauge): fix progress bar may become unexpectedly circle when value is 0
and progress.roundCap
is enabled.
#16653
Conversation
… `0` and `progress.roundCap` is enabled, resolves #16640.
Thanks for your contribution! The pull request is marked to be |
It seems the |
Seems it's bacause in the case the clockwise is set to |
@pissang The example on the website looks well since it disables the animation when the pointer is 60. And we can see the switch from 59 to 60 has no animation. |
LGTM |
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
Brief Information
This pull request is in the type of:
What does this PR do?
0
andprogress.roundCap
is enabled.Fixed issues
Details
Before: What was the problem?
After: How is it fixed in this PR?
Misc
Related test cases or examples to use the new APIs
Please refer to
test/gauge-case.html
.Others
Merging options
Other information