Closed romanr closed 10 years ago
Hi romanr,
thanks for reporting this issue. Could you provide some code to reproduce it ?
Sorry, I had to delete the code and implement workaround by drawing a circle directly with CGContextFillEllipseInRect
But it was something like this:
theme.centerColor = some color;
theme.incompletedColor = [UIColor whiteColor];
progressView.progressTotal and progressView.progressCounter is not set (null).
Hi romanr,
I managed to reproduce it. There's a simpler fix than redrawing the circle, which I'm going to push in a moment.
Thanks.
Due to anti-aliasing, the center extends half pixel from under the progress. If you paint progress same color as background you can see the "eclipse" effect clearly: