JAL-3364 add SVG option to split frame export
[jalview.git] / src / jalview / bin / Jalview.java
index 4bf811a..11d780f 100755 (executable)
@@ -602,7 +602,7 @@ public class Jalview
           {
             File imageFile = new File(file);
             imageName = imageFile.getName();
-            af.createSVG(imageFile);
+            af.createSVG(imageFile, false);
             System.out.println("Creating SVG image: " + file);
             continue;
           }