Code

Patch for Win32 bug 176750 - Envelope and Perspective scripts report "empty string...
[inkscape.git] / share / extensions / radiusrand.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3    <_name>Jitter nodes</_name>
4    <id>org.ekips.filter.radiusrand</id>
5        <dependency type="executable" location="extensions">radiusrand.py</dependency>
6        <dependency type="executable" location="extensions">inkex.py</dependency>
7        <_param name="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</_param>
8        <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement, px">100.0</param>
9        <param name="end" type="boolean" _gui-text="Shift nodes">true</param>
10        <param name="ctrl" type="boolean" _gui-text="Shift node handles">false</param>
11        <param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
12    <effect>
13                <object-type>path</object-type>
14                 <effects-menu>
15                     <submenu _name="Modify Path"/>
16                 </effects-menu>
17    </effect>
18    <script>
19        <command reldir="extensions" interpreter="python">radiusrand.py</command>
20    </script>
21 </inkscape-extension>