SVG tool updates

This commit is contained in:
Joshua Granick
2018-07-05 11:38:26 -07:00
parent 305163e4d8
commit 80b3dabccb
4 changed files with 11 additions and 10 deletions

View File

@@ -572,7 +572,7 @@ class CommandLineTools {
}
path += "/ndll/";
path += "../ndll/";
switch (PlatformHelper.hostPlatform) {

View File

@@ -3,15 +3,15 @@ package;
import format.SVG;
import haxe.io.Path;
import lime.tools.helpers.LogHelper;
import lime.tools.helpers.PathHelper;
import lime.tools.helpers.PlatformHelper;
import hxp.helpers.LogHelper;
import hxp.helpers.PathHelper;
import hxp.helpers.PlatformHelper;
import hxp.project.Architecture;
import openfl.display.Bitmap;
import openfl.display.BitmapData;
import openfl.display.PNGEncoderOptions;
import openfl.display.Shape;
import openfl.geom.Matrix;
import lime.project.Architecture;
import sys.io.File;
import sys.io.Process;
import sys.FileSystem;
@@ -45,16 +45,16 @@ class SVGExport {
}
lines.push (line);
}
}
} catch (e:Dynamic) {
process.close ();
}
path += "/ndll/";
path += "../ndll/";
switch (PlatformHelper.hostPlatform) {

View File

@@ -1,7 +1,8 @@
-main SVGExport
-neko ../svg.n
-D lime
-D lime=7.0.0
-cp ../src
-lib hxp
-lib openfl
-lib svg
-D lime-cairo