Update SVG tool

This commit is contained in:
Joshua Granick
2018-07-10 12:06:35 -07:00
parent 07c37eb812
commit 8f543e8eff
2 changed files with 1 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ class SVGExport {
while (true) {
var line = StringTools.trim (process.stdout.readLine ());
trace (line);
if (StringTools.startsWith (line, "-L ")) {
path = StringTools.trim (line.substr (2));