Code

Added tutorial-basic.it
[inkscape.git] / share / extensions / radiusrand.inx
1 <inkscape-extension>
2    <_name>Radius Randomize</_name>
3    <id>org.ekips.filter.radiusrand</id>
4        <dependency type="executable" location="extensions">radiusrand.py</dependency>
5        <dependency type="executable" location="extensions">inkex.py</dependency>
6        <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Radius">100.0</param>
7        <param name="end" type="boolean" _gui-text="Randomize nodes">true</param>
8        <param name="ctrl" type="boolean" _gui-text="Randomize node handles">false</param>
9        <param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
10    <effect>
11                <object-type>path</object-type>
12                 <effects-menu>
13                     <submenu _name="Modify Path"/>
14                 </effects-menu>
15    </effect>
16    <script>
17        <command reldir="extensions" interpreter="python">radiusrand.py</command>
18    </script>
19 </inkscape-extension>