Code

made it callable by other extensions. the workaround is sorta ugly, but it should...
[inkscape.git] / share / extensions / handles.inx
1 <inkscape-extension>
2     <_name>Draw Handles</_name>
3     <id>org.ekips.filter.handles</id>
4         <dependency type="executable" location="extensions">handles.py</dependency>
5         <dependency type="executable" location="extensions">inkex.py</dependency>
6     <effect>
7                 <object-type>path</object-type>
8                 <effects-menu>
9                         <submenu _name="Visualize Path" />
10                 </effects-menu>
11     </effect>
12     <script>
13         <command reldir="extensions" interpreter="python">handles.py</command>
14     </script>
15 </inkscape-extension>