Yes, p is Paint object set up as follows: Paint p=new Paint(); p.setColor(0xFF800000); p.setStyle(Paint.Style.STROKE);
Style.STROKE is needed for drawRect to actually draw rect, issue with right-bottom pixel shows itself independently of Style. On 11 сент, 19:48, Mike Reed <[EMAIL PROTECTED]> wrote: > Might be a bug. Can you put a more complete code snippet (including > how the paint (p) was setup) into the bug? > > thanks, > mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

