24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Starshine</name>
|
|
<id>fablabchemnitz.de.starshine</id>
|
|
<param name="r1" type="int" min="1" max="50" gui-text="Radius - inner (min)">10</param>
|
|
<param name="r2" type="int" min="1" max="50" gui-text="Radius - inner (max)">10</param>
|
|
<separator/>
|
|
<param name="R1" type="int" min="100" max="500" gui-text="Radius - outer (min)">350</param>
|
|
<param name="R2" type="int" min="100" max="500" gui-text="Radius - outer (max)">350</param>
|
|
<separator/>
|
|
<param name="a1" type="int" min="1" max="20" gui-text="Angle (min)">4</param>
|
|
<param name="a2" type="int" min="1" max="20" gui-text="Angle (max)">10</param>
|
|
<effect>
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="FabLab Chemnitz">
|
|
<submenu name="Shape/Pattern from Generator"/>
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
<command location="inx" interpreter="python">starshine.py</command>
|
|
</script>
|
|
</inkscape-extension> |