diff options
Diffstat (limited to 'templates/stroke_to_satin.xml')
| -rw-r--r-- | templates/stroke_to_satin.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/stroke_to_satin.xml b/templates/stroke_to_satin.xml new file mode 100644 index 00000000..07e270e1 --- /dev/null +++ b/templates/stroke_to_satin.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Stroke to Satin</name> + <id>org.{{ id_inkstitch }}.stroke_to_satin</id> + <param name="extension" type="string" gui-hidden="true">stroke_to_satin</param> + <effect> + <object-type>all</object-type> + <icon>{{ icon_path }}inx/to_satin.svg</icon> + <effects-menu> + <submenu name="{{ menu_inkstitch }}" translatable="no"> + <submenu name="Tools: Satin" /> + </submenu> + </effects-menu> + </effect> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
