Hi,
I found the edges of my arc drawn with drawArc are not smooth. So is there any native way to make it more smooth?
Thanks
Hi,
I found the edges of my arc drawn with drawArc are not smooth. So is there any native way to make it more smooth?
Thanks
hi,
I fgured out it is due to the DarkGrey (0x555555), I think it is used for make the other color smoother and since there is no darkest color than dark grey (exept black) dark grey is not smooth (even with Antialiasing).
On mine I put LightGrey so that it is smooth.
Thanks I will have a try