Code

patch 1687818
[inkscape.git] / share / extensions / whirl.inx
1 <inkscape-extension>
2     <_name>Whirl</_name>
3     <id>org.ekips.filter.whirl</id>
4         <dependency type="executable" location="extensions">whirl.py</dependency>
5         <dependency type="executable" location="extensions">inkex.py</dependency>
6         <param name="whirl" type="float" min="0.00" max="1000.00" _gui-text="Amount of whirl">5.0</param>
7         <param name="rotation" type="boolean" _gui-text="Rotation is clockwise">true</param>
8     <effect>
9                 <object-type>path</object-type>
10                 <effects-menu>
11                     <submenu _name="Modify Path"/>
12                 </effects-menu>
13     </effect>
14     <script>
15         <command reldir="extensions" interpreter="python">whirl.py</command>
16     </script>
17 </inkscape-extension>