If you look at the attached image, note that the stacks of chips near the center of the screen have
a darker border around them. This is a side effect of rendering a stack of chips by repeatedly
compositing a single chip at different positions, and (the problem) is that the transparent background
is not rendering as completely transparent. The repeated compositing is done to offscreen bitmaps,
not directly to paint graphics.
This effect occurs on some devices and not on others from the same binary. So I assume that this
is probably in the OS or the hardware, and not in your VM.
If you concur, my question is where to push this complaint to.
If you think it's your problem, please fix it someday.
I do not see the problem on IOS, or the simulator, or most of my Android devices,
but I do see it on my Kindle fire (5.1.3)