diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-06-21 19:48:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-21 19:48:28 +0200 |
| commit | eef2ec232ef45fd608093e22d6103a317da8eab5 (patch) | |
| tree | 7db41b7d8f391c1379dc1f9be82a6a2d7ac71b4e /templates/stitch_plan_preview_undo.xml | |
| parent | edacc3ec7756d5d9c471b252132f942de8b93b52 (diff) | |
Undo stitch plan preview and density map (#1687)
Diffstat (limited to 'templates/stitch_plan_preview_undo.xml')
| -rw-r--r-- | templates/stitch_plan_preview_undo.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview_undo.xml b/templates/stitch_plan_preview_undo.xml new file mode 100644 index 00000000..bb5e2308 --- /dev/null +++ b/templates/stitch_plan_preview_undo.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>Undo Stitch Plan Preview</name> + <id>org.inkstitch.stitch_plan_preview_undo</id> + <param name="extension" type="string" gui-hidden="true">stitch_plan_preview_undo</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu name="Ink/Stitch" translatable="no"> + <submenu name="Visualise and Export" /> + </submenu> + </effects-menu> + </effect> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
