crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Setting max while animation is in progress causes round-progress to have a wrong value. #185

Open bitforcesrl opened 5 years ago

bitforcesrl commented 5 years ago

If [max] is changed while the animation is still in progress, the round progress may show a wrong value. (Probably the values are not capped).

To reproduce: Open the following link (official example): http://crisbeto.github.io/angular-svg-round-progressbar/

Expected:

Actual: