2016-11-03 03:17:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-26 09:42:17 +00:00
|
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
|
|
<name>PDF Export</name>
|
|
|
|
<id>org.inkstitch.print</id>
|
2018-04-29 01:03:52 +00:00
|
|
|
<param name="extension" type="string" gui-hidden="true">print</param>
|
2021-03-04 17:40:53 +00:00
|
|
|
<effect implements-custom-gui="true">
|
2016-11-03 03:17:36 +00:00
|
|
|
<object-type>all</object-type>
|
|
|
|
<effects-menu>
|
2021-10-14 07:56:38 +00:00
|
|
|
<submenu name="Ink/Stitch" translatable="no">
|
2021-09-26 09:42:17 +00:00
|
|
|
<submenu name="Visualise and Export" />
|
2020-05-16 21:12:06 +00:00
|
|
|
</submenu>
|
2016-11-03 03:17:36 +00:00
|
|
|
</effects-menu>
|
|
|
|
</effect>
|
|
|
|
<script>
|
2020-03-07 03:39:25 +00:00
|
|
|
{{ command_tag | safe }}
|
2016-11-03 03:17:36 +00:00
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|