The drawRect function in AndroidGraphics.java adds width to y rather than
height, it reads
'canvas.drawRect(x, y, x + width - 1, y + width - 1, paint);'
rather than
'canvas.drawRect(x, y, x + width - 1, y + height - 1, paint);'
Original issue reported on code.google.com by michaelw...@gmail.com on 10 May 2011 at 3:25
Original issue reported on code.google.com by
michaelw...@gmail.com
on 10 May 2011 at 3:25