diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-28 21:55:02 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-29 21:45:39 -0400 |
| commit | dc61707aa459ebfb9d3a083dcc1181d34af61c5f (patch) | |
| tree | ae32ba5019dbb09adbfaf6fe0fd83b7b2581c4fa /inx/inkstitch_print.inx | |
| parent | 32695e195a286276846f0b4f7133c30cf5a62b18 (diff) | |
rename INX files
Diffstat (limited to 'inx/inkstitch_print.inx')
| -rw-r--r-- | inx/inkstitch_print.inx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/inx/inkstitch_print.inx b/inx/inkstitch_print.inx new file mode 100644 index 00000000..edc96a4c --- /dev/null +++ b/inx/inkstitch_print.inx @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>Print</_name> + <id>jonh.embroider.print</id> + <dependency type="executable" location="extensions">inkstitch.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="extension" type="string" gui-hidden="true">print</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Embroidery"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">inkstitch.py</command> + </script> +</inkscape-extension> |
