diff options
Diffstat (limited to 'share/extensions/handles.inx')
-rw-r--r-- | share/extensions/handles.inx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/extensions/handles.inx b/share/extensions/handles.inx new file mode 100644 index 0000000..259656e --- /dev/null +++ b/share/extensions/handles.inx @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Draw Handles</name> + <id>org.ekips.filter.handles</id> + <effect> + <object-type>path</object-type> + <effects-menu> + <submenu name="Visualize Path" /> + </effects-menu> + </effect> + <script> + <command location="inx" interpreter="python">handles.py</command> + </script> +</inkscape-extension> |