Code

moving trunk for module inkscape
[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 Control Points">false</param>
9    <effect>
10                <object-type>path</object-type>
11    </effect>
12    <script>
13        <command reldir="extensions" interpreter="python">radiusrand.py</command>
14    </script>
15 </inkscape-extension>