Return accurate RGB for transparent residues
[jalview.git] / src / jalview / appletgui / AnnotationPanel.java
index a1597f8..15e2671 100755 (executable)
@@ -219,6 +219,12 @@ public class AnnotationPanel
       fastPaint = false;\r
     }\r
 \r
+    if (!jalview.bin.JalviewLite.AWT1)\r
+    {\r
+      MyGraphics.AntiAlias(gg);\r
+    }\r
+\r
+\r
     if (fastPaint)\r
     {\r
       g.drawImage(image, 0, 0, this);\r