#1378 Transparent background on PNG/GIF sprite export,

SWF background on shape BMP export
This commit is contained in:
Jindra Petřík
2019-05-05 13:33:08 +02:00
parent 7f9041c6f8
commit 317308a640
6 changed files with 26 additions and 9 deletions

View File

@@ -2239,7 +2239,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 : ""), 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);
}
if (exportAll || exportFormats.contains("morphshape")) {