Skip to content

Commit

Permalink
use AA for extra
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Aug 2, 2019
1 parent 2bdad97 commit b29e798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/test/DrawCurveApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public void paint(Graphics g) {
System.out.println("g2D.draw() after");

if (paintControls) {
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_OFF); // xrender calls Marlin anyway
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); // xrender calls Marlin anyway
g2d.setStroke(strokeInfo);
g2d.setPaint(colorInfo);

Expand Down

0 comments on commit b29e798

Please sign in to comment.