2020-02-02 19:08:00 +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 > Remove embroidery settings</name>
<id > org.inkstitch.remove_embroidery_settings</id>
<param name= "description" type= "description" > Use this extension to remove the information Ink/Stitch has stored in your document. This can be especially useful if you copy and paste objects from an embroidery design into another document.</param>
2021-11-15 06:31:29 +00:00
<param name= "del_params" type= "boolean" gui-text= "Remove Params"
gui-description="Removes params from selected objects or all objects if nothing is selected.">true</param>
<param name= "del_commands" type= "boolean" gui-text= "Remove Commands"
gui-description="Removes visual commands from selected objects or all objects if nothing is selected.">false</param>
<param name= "del_print" type= "boolean" gui-text= "Remove Print Settings from SVG metadata" > false</param>
2020-02-02 19:08:00 +00:00
<param name= "extension" type= "string" gui-hidden= "true" > remove_embroidery_settings</param>
<effect >
<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= "Troubleshoot" />
2020-02-02 19:08:00 +00:00
</submenu>
</effects-menu>
</effect>
<script >
2020-03-07 03:39:25 +00:00
{{ command_tag | safe }}
2020-02-02 19:08:00 +00:00
</script>
</inkscape-extension>