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    <param name="whirl" type="float" min="0.00" max="1000.00" gui-text="Amount of whirl:">5.0</param>
6    <param name="rotation" type="bool" gui-text="Rotation is clockwise">true</param>
7    <effect>
8        <object-type>path</object-type>
9        <effects-menu>
10            <submenu name="Modify Path"/>
11        </effects-menu>
12    </effect>
13    <script>
14        <command location="inx" interpreter="python">whirl.py</command>
15    </script>
16</inkscape-extension>
17