summaryrefslogtreecommitdiffstats
path: root/share/extensions/inkscape_follow_link.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/inkscape_follow_link.inx')
-rw-r--r--share/extensions/inkscape_follow_link.inx12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/extensions/inkscape_follow_link.inx b/share/extensions/inkscape_follow_link.inx
new file mode 100644
index 0000000..0865c00
--- /dev/null
+++ b/share/extensions/inkscape_follow_link.inx
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Follow Link</name>
+ <id>org.inkscape.follow_link</id>
+ <effect needs-live-preview="false">
+ <object-type>all</object-type>
+ <effects-menu hidden="true" />
+ </effect>
+ <script>
+ <command location="inx" interpreter="python">inkscape_follow_link.py</command>
+ </script>
+</inkscape-extension>