Code

f68d99d35209f0df9065fec404b9df9b22c25d0d
[inkscape.git] / share / extensions / whirl.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Whirl</_name>
4     <id>org.ekips.filter.whirl</id>
5         <dependency type="executable" location="extensions">whirl.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7         <param name="whirl" type="float" min="0.00" max="1000.00" _gui-text="Amount of whirl">5.0</param>
8         <param name="rotation" type="boolean" _gui-text="Rotation is clockwise">true</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">whirl.py</command>
17     </script>
18 </inkscape-extension>