mrwonderman / android-square-progressbar

An android library to display a progressbar that goes around an image.
http://halcyon.ch/android-square-progressbar-v-1-6-0/
1.28k stars 285 forks source link

layer is breaking and then constructing again at bottom corners. #53

Closed topoapp closed 6 years ago

topoapp commented 6 years ago

rightcorner

leftcorner

while seekbar is being dragged, if we clearly observe there the progress will break and complete again. please check the screenshots at bottom borders.

developermanojkumar commented 6 years ago

I too faced the issue. Any solution for it? I need a complete square filling without the image.

mrwonderman commented 6 years ago

@topoapp I fixed this in the development branch (#54) now and I will publish a new version of the library (1.6.4) with this fix in the next few days. The problem was the way I was drawing the progress path. Now I break the path up into smaller bits (with moveTo()). This fix was a bit challenging because the rounded corner feature needs a continuous path, but I figured out a way.

@developermanojkumar What do you mean a complete "square filling without the image"? Is this related to this issue? 🤓

mrwonderman commented 6 years ago

@topoapp new version with the fix is published (v. 1.6.4). I will, therefore, close this issue now.