Re: [android-developers] Re: canvas.drawCircle broken with hardware acceleration on 4.1?

2013-06-22 Thread Romain Guy
You can find a list of limitations here: http://developer.android.com/guide/topics/graphics/hardware-accel.html (see Unsupported Drawing Operations). We will update this page with a table listing the limitations per API level. That table will also list limitations such as the one you're running in

[android-developers] Re: canvas.drawCircle broken with hardware acceleration on 4.1?

2013-06-21 Thread Leith Bade
Thanks for the fast reply guys! Is there a page that lists all the limitations of the hardware accelerated rendering engine and the Android versions applicable? That would be very useful. It's cool to see the Android developers actually read these emails. On Saturday, 22 June 2013 03:29:09 UTC

[android-developers] Re: canvas.drawCircle broken with hardware acceleration on 4.1?

2013-06-21 Thread RichardC
See this thread: https://groups.google.com/d/msg/android-developers/2DT6JaPszR0/-Q2g6ZLRM5sJ On Friday, June 21, 2013 5:32:51 PM UTC+1, Leith Bade wrote: > > I have been banging my head for a while trying to figure out why my custom > view was not drawing properly until I tried turning off hard