kopia lustrzana https://github.com/inkstitch/inkstitch
16 wiersze
594 B
XML
16 wiersze
594 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Sew Stack (preview)...</name>
|
|
<id>org.{{ id_inkstitch }}.sew_stack_editor</id>
|
|
<param name="extension" type="string" gui-hidden="true">sew_stack_editor</param>
|
|
<effect>
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="{{ menu_inkstitch }}" translatable="no" />
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
{{ command_tag | safe }}
|
|
</script>
|
|
</inkscape-extension>
|