diff --git a/svg.n b/svg.n index f8c14c0a2..a113c6d03 100644 Binary files a/svg.n and b/svg.n differ diff --git a/tools/SVGExport.hx b/tools/SVGExport.hx index 3e0b611a1..e5cb65777 100644 --- a/tools/SVGExport.hx +++ b/tools/SVGExport.hx @@ -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));