small fixes
This commit is contained in:
parent
a3e58cabb5
commit
a9adc3d322
@ -58,7 +58,8 @@ class SvgoInkscape (inkex.Effect):
|
|||||||
return " --"+ name + " " + str(option).lower()
|
return " --"+ name + " " + str(option).lower()
|
||||||
|
|
||||||
def effect(self):
|
def effect(self):
|
||||||
command = "node.exe svgo.js --file=" + self.options.input_file
|
# "node.exe" or "node" on Windows or just "node" on Linux
|
||||||
|
command = "node svgo.js --file=" + self.options.input_file
|
||||||
|
|
||||||
optionsDict = self.options.__dict__
|
optionsDict = self.options.__dict__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user