Fixed: filters zooming

This commit is contained in:
Jindra Petřík
2021-03-14 23:56:04 +01:00
parent 4065bb363e
commit b4d97d60d7
30 changed files with 210 additions and 91 deletions

View File

@@ -2247,7 +2247,7 @@ public class CommandLineArgumentParser {
if (exportAll || exportFormats.contains("shape")) {
System.out.println("Exporting shapes...");
new ShapeExporter().exportShapes(handler, outDir + (multipleExportTypes ? File.separator + ShapeExportSettings.EXPORT_FOLDER_NAME : ""), swf, new ReadOnlyTagList(extags), new ShapeExportSettings(enumFromStr(formats.get("shape"), ShapeExportMode.class), zoom), evl);
new ShapeExporter().exportShapes(handler, outDir + (multipleExportTypes ? File.separator + ShapeExportSettings.EXPORT_FOLDER_NAME : ""), swf, new ReadOnlyTagList(extags), new ShapeExportSettings(enumFromStr(formats.get("shape"), ShapeExportMode.class), zoom), evl, zoom);
}
if (exportAll || exportFormats.contains("morphshape")) {