radiusrand.inx revision d413ac6395a9aaa54c64ab5e9807fd8f48f12f4c
0N/A<inkscape-extension>
0N/A <_name>Jitter nodes</_name>
0N/A <id>org.ekips.filter.radiusrand</id>
0N/A <dependency type="executable" location="extensions">radiusrand.py</dependency>
0N/A <dependency type="executable" location="extensions">inkex.py</dependency>
0N/A <param name="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</param>
0N/A <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement, px">100.0</param>
0N/A <param name="end" type="boolean" _gui-text="Shift nodes">true</param>
0N/A <param name="ctrl" type="boolean" _gui-text="Shift node handles">false</param>
0N/A <param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
0N/A <effect>
0N/A <object-type>path</object-type>
0N/A <effects-menu>
0N/A <submenu _name="Modify Path"/>
0N/A </effects-menu>
0N/A </effect>
0N/A <script>
0N/A <command reldir="extensions" interpreter="python">radiusrand.py</command>
873N/A </script>
0N/A</inkscape-extension>
0N/A