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