asroboy / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

Infobubble: BackgroundClass corners will not round with borderRadius #189

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using a gradient background class for the infobubble and if the 
borderRadius is set anything above a 4, you can easily see the corners of the 
contained bubble.  So the border DOES round, but the gradient div within the 
bubble does not.  This leaves your bubbles borders going under jagged corners.  
Reducing the radius to 4 or less reduces the obviousness of this issue (as on 
the example html page).  Is there a way I'm missing to make the contained 
gradient div round with the border?

Thanks,
Cink

Original issue reported on code.google.com by cinkad...@gmail.com on 17 Jul 2012 at 7:30

GoogleCodeExporter commented 8 years ago
5 minutes after submitting this I found a CSS work around.  Sorry for the 
trouble.

Original comment by cinkad...@gmail.com on 17 Jul 2012 at 7:34