small fixes
This commit is contained in:
parent
a3e58cabb5
commit
a9adc3d322
@ -15,4 +15,4 @@
|
||||
<script>
|
||||
<command location="inx" interpreter="python">clonesperspective.py</command>
|
||||
</script>
|
||||
</inkscape-extension>
|
||||
</inkscape-extension>
|
@ -58,7 +58,8 @@ class SvgoInkscape (inkex.Effect):
|
||||
return " --"+ name + " " + str(option).lower()
|
||||
|
||||
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__
|
||||
|
||||
|
Reference in New Issue
Block a user