Code

add flatten to makefile, fix a few inconsistencies
[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    <effect>
10                <object-type>path</object-type>
11                 <effects-menu>
12                     <submenu _name="Modify Path"/>
13                 </effects-menu>
14    </effect>
15    <script>
16        <command reldir="extensions" interpreter="python">radiusrand.py</command>
17    </script>
18 </inkscape-extension>