JAL-3239 release note
[jalview.git] / src / jalview / gui / SequenceRenderer.java
index 39c1ba7..fb967ed 100755 (executable)
@@ -259,6 +259,11 @@ public class SequenceRenderer implements jalview.api.SequenceRenderer
 
     boolean drawAllText = monospacedFont && av.getShowText() && allGroups.length == 0
             && !av.getColourText() && av.getThresholdTextColour() == 0;
+
+    /*
+     * EPS or SVG misaligns monospaced strings (JAL-3239)
+     * so always draw these one character at a time
+     */
     if (graphics instanceof EpsGraphics2D
             || graphics instanceof SVGGraphics2D)
     {