summaryrefslogtreecommitdiffstats
path: root/share/extensions/path_envelope.inx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--share/extensions/path_envelope.inx14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/extensions/path_envelope.inx b/share/extensions/path_envelope.inx
new file mode 100644
index 0000000..d27a5cb
--- /dev/null
+++ b/share/extensions/path_envelope.inx
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Envelope</name>
+ <id>org.inkscape.path.envelope</id>
+ <effect>
+ <object-type>path</object-type>
+ <effects-menu>
+ <submenu name="Modify Path"/>
+ </effects-menu>
+ </effect>
+ <script>
+ <command location="inx" interpreter="python">path_envelope.py</command>
+ </script>
+</inkscape-extension>