fixed primitive and imagetracer again

This commit is contained in:
leyghisbb 2020-08-30 12:40:56 +02:00
parent 2abb9f2ef1
commit b3a27909af
2 changed files with 3 additions and 2 deletions

View File

@ -62,6 +62,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">./fablabchemnitz_imagetracerjs/fablabchemnitz_imagetracerjs.py</command>
<command location="inx" interpreter="python">fablabchemnitz_imagetracerjs.py</command>
</script>
</inkscape-extension>

View File

@ -5,6 +5,7 @@
<label appearance="header">Settings</label>
<separator/>
<param name="keeporiginal" type="bool" gui-text="Keep original image on canvas">false</param>
<param name="cliprect" type="bool" gui-text="Draw clipping rectangle">true</param>
<param name="n" type="int" min="0" max="99999" gui-text="Number of shapes">100</param>
<param name="m" appearance="combo" type="optiongroup" default="1" gui-text="Mode">
<option value="0">Combo</option>
@ -40,6 +41,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">./fablabchemnitz_primitive/fablabchemnitz_primitive.py</command>
<command location="inx" interpreter="python">fablabchemnitz_primitive.py</command>
</script>
</inkscape-extension>