summaryrefslogtreecommitdiffstats
path: root/share/extensions/handles.inx
blob: e1c3cf9cfaaf2fb8002961ec94126f4fffcbf4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
    <_name>Draw Handles</_name>
    <id>org.ekips.filter.handles</id>
	<dependency type="executable" location="extensions">handles.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
    <effect>
		<object-type>path</object-type>
		<effects-menu>
			<submenu _name="Visualize Path" />
		</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">handles.py</command>
    </script>
</inkscape-extension>