yannickl/YLProgressBar

Antialiasing when rotated

BotiKis opened this issue · 1 comments

Hi,

First of all thank you for your cool bar!

Would it be possible to antialias the drawing of the bar when rotated by a transform?
I'm not a pro with CA but i've tried to add

CGContextSetAllowsAntialiasing(theContext, true);
CGContextSetShouldAntialias(theContext, true);

to your drawing stuff with no result.

With the last version of the progress bar the problem has been fixed. :)