1<?xml version="1.0" encoding="UTF-8"?>
2<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3    <name>Draw Handles</name>
4    <id>org.ekips.filter.handles</id>
5    <effect>
6        <object-type>path</object-type>
7        <effects-menu>
8            <submenu name="Visualize Path" />
9        </effects-menu>
10    </effect>
11    <script>
12        <command location="inx" interpreter="python">handles.py</command>
13    </script>
14</inkscape-extension>
15