When using border-radius
on my android emulator I am seeing ugliness like this:
Is there anyway to get Android to display rounded corners via -webkit-border-radius
in a more pleasing way? Most modern desktop browsers and Mobile Safari seem to antialias their corners, but not Android's renderer.
I'm really hoping I don't have to do this with images, and there is some awesome trick to get pretty corners with only a border radius css declaration.