diff options
Diffstat (limited to 'templates/print.xml')
| -rw-r--r-- | templates/print.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/print.xml b/templates/print.xml new file mode 100644 index 00000000..410f9b54 --- /dev/null +++ b/templates/print.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>{% trans %}PDF Export{% endtrans %}</name> + <id>org.inkstitch.print.{{ locale }}</id> + <param name="extension" type="string" gui-hidden="true">print</param> + <effect implements-custom-gui="true"> + <object-type>all</object-type> + <effects-menu> + <submenu name="Ink/Stitch"> + <submenu name="{% trans %}Visualise and Export{% endtrans %}" /> + </submenu> + </effects-menu> + </effect> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
