inkstitch/templates/troubleshoot.xml

20 wiersze
877 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Troubleshoot Objects</name>
<id>org.{{ id_inkstitch }}.troubleshoot</id>
<param name="extension" type="string" gui-hidden="true">troubleshoot</param>
<param name="pointer-size" type="float" gui-text="Pointer size (mm)" min="1" max="800" precision="2">5</param>
<param name="font-size" type="float" gui-text="Font size (mm)" min="1" max="800" precision="2">2</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu name="{{ menu_inkstitch }}" translatable="no">
<submenu name="Troubleshoot" />
</submenu>
</effects-menu>
</effect>
<script>
{{ command_tag | safe }}
</script>
</inkscape-extension>