Fix optimize option

This commit is contained in:
lowlighter
2021-02-18 23:58:43 +01:00
parent e0f60d3fdf
commit d972f45fb0

View File

@@ -146,7 +146,7 @@
info("Dry-run", true) info("Dry-run", true)
//SVG file //SVG file
conf.optimize = optimize conf.settings.optimize = optimize
info("SVG output", filename) info("SVG output", filename)
info("SVG optimization", optimize) info("SVG optimization", optimize)
info("SVG verification after generation", verify) info("SVG verification after generation", verify)