diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-01-26 07:37:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 07:37:21 +0100 |
| commit | 160ef32d43f5fc0d7229dbec6e7daf638a811d15 (patch) | |
| tree | 694256bd5b8534c4756c5c32fac49a769b1658c1 /templates | |
| parent | c08e17b1f8290959b01fada161f0ee339454f8ea (diff) | |
Improve satin guided ripple stitch and add stitch grid first option (#3436)
* ripple stitch: add stitch grid first option
* introduce an anchor line to fine tune satin guided ripples
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/selection_to_anchor_line.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/selection_to_anchor_line.xml b/templates/selection_to_anchor_line.xml new file mode 100644 index 00000000..7f174e35 --- /dev/null +++ b/templates/selection_to_anchor_line.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Selection to anchor line</name> + <id>org.{{ id_inkstitch }}.selection_to_anchor_line</id> + <param name="extension" type="string" gui-hidden="true">selection_to_anchor_line</param> + <effect> + <object-type>all</object-type> + <icon>{{ icon_path }}inx/anchor_line.svg</icon> + <menu-tip>Marks selected elements as anchor lines</menu-tip> + <effects-menu> + <submenu name="{{ menu_inkstitch }}" translatable="no"> + <submenu name="Edit" /> + </submenu> + </effects-menu> + </effect> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
