When I draw a tilted rectangle using Path, the lines seem grainy (broken, unintended). How can I make them look smooth like in a right- side up rectangle? I have something like this canvas.drawPath(rect, mypaint) //rect is a rotated rectangle I have set the anti-alias and stroke flags for mypaint. Also tried dither but that didn't seem to help. Any tricks? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

