diff options
| author | Andreas <v.andreas.1@web.de> | 2021-10-21 16:24:40 +0200 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-05-04 18:55:40 +0200 |
| commit | 0fcf8bb97ced8df552cd0283b4ea009b6ca42623 (patch) | |
| tree | 9fbb5053db31a15ec140ed95f7b2634e987fe12d /templates | |
| parent | ea66eb8685524881ad34d412a8bbaeb482e5a9cf (diff) | |
added tangential and guided fill
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/selection_to_guide_line.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/selection_to_guide_line.xml b/templates/selection_to_guide_line.xml new file mode 100644 index 00000000..677e62c4 --- /dev/null +++ b/templates/selection_to_guide_line.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Selection to guide line</name> + <id>org.inkstitch.selection_to_guide_line</id> + <param name="extension" type="string" gui-hidden="true">selection_to_guide_line</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu name="Ink/Stitch"> + <submenu name="Edit" /> + </submenu> + </effects-menu> + </effect> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
