summaryrefslogtreecommitdiffstats
path: root/share/extensions/radiusrand.inx
blob: 55578547742637cf24cf5a6ba028d4a6ebe82379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
   <_name>Radius Randomize</_name>
   <id>org.ekips.filter.radiusrand</id>
       <dependency type="executable" location="extensions">radiusrand.py</dependency>
       <dependency type="executable" location="extensions">inkex.py</dependency>
       <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Radius">100.0</param>
       <param name="end" type="boolean" _gui-text="Randomize Nodes">true</param>
       <param name="ctrl" type="boolean" _gui-text="Randomize Control Points">false</param>
   <effect>
               <object-type>path</object-type>
   </effect>
   <script>
       <command reldir="extensions" interpreter="python">radiusrand.py</command>
   </script>
</inkscape-extension>