<li>
<!-- JAL-3244 -->'View [Structure] Mappings' and structure superposition in Jmol fail on Windows</li>
<li>
+ <!-- JAL-3239 -->Text misaligned in EPS or SVG image export with monospaced font</li>
+ <li>
<!-- JAL-3171 -->Warning of 'Duplicate entry' when saving
Jalview project involving multiple views</li>
<li>
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)
{