diff options
Diffstat (limited to '')
-rw-r--r-- | share/extensions/rubberstretch.inx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/extensions/rubberstretch.inx b/share/extensions/rubberstretch.inx new file mode 100644 index 0000000..63a67f7 --- /dev/null +++ b/share/extensions/rubberstretch.inx @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Rubber Stretch</name> + <id>org.inkscape.path.rubber_stretch</id> + <param name="ratio" type="float" gui-text="Strength (%):" min="-400" max="400">25</param> + <param name="curve" type="float" gui-text="Curve (%):" min="-400" max="400">25</param> + <effect> + <object-type>path</object-type> + <effects-menu> + <submenu name="Modify Path"/> + </effects-menu> + </effect> + <script> + <command location="inx" interpreter="python">rubberstretch.py</command> + </script> +</inkscape-extension> |