mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-22 02:35:24 -05:00
helper setRenderingHints: set antialiasing on
This commit is contained in:
@@ -18,6 +18,7 @@ public class HelperFunctions {
|
||||
}
|
||||
|
||||
public static void setRenderingHints(Graphics2D g2d) {
|
||||
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
|
||||
g2d.setRenderingHint(
|
||||
RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
|
||||
g2d.setRenderingHint(
|
||||
|
||||
Reference in New Issue
Block a user