Remove other rendering hints and keep only antialiasing rendering hints when painting the rounded corners image.

cusax-fix
Yana Stamcheva 17 years ago
parent 03364cf785
commit 93acf28de6

@ -102,8 +102,6 @@ public static Image getScaledRoundedImage(Image image, int width, int height)
try
{
AntialiasingManager.activateAntialiasing(g);
g.setRenderingHint( RenderingHints.KEY_INTERPOLATION,
RenderingHints.VALUE_INTERPOLATION_BICUBIC);
g.setClip(roundRect);
g.drawImage(scaledImage.getImage(), 0, 0, null);
}

Loading…
Cancel
Save