JAL-4250 Updated jfreesvg to fix round stroke in linegraph.
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index ea54393..fd1caf9 100644 (file)
@@ -472,6 +472,8 @@ public class AnnotationRenderer
       this.setVectorRendition(true);
     }
     Graphics2D g2d = (Graphics2D) g;
+    // flag used for vector rendition
+    this.glyphLineDrawn = false;
 
     long stime = System.currentTimeMillis();
     boolean usedFaded = false;