kopia lustrzana https://github.com/inkstitch/inkstitch
20 wiersze
798 B
XML
20 wiersze
798 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Selection to anchor line</name>
|
|
<id>org.{{ id_inkstitch }}.selection_to_anchor_line</id>
|
|
<param name="extension" type="string" gui-hidden="true">selection_to_anchor_line</param>
|
|
<effect>
|
|
<object-type>all</object-type>
|
|
<icon>{{ icon_path }}inx/anchor_line.svg</icon>
|
|
<menu-tip>Marks selected elements as anchor lines</menu-tip>
|
|
<effects-menu>
|
|
<submenu name="{{ menu_inkstitch }}" translatable="no">
|
|
<submenu name="Edit" />
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
{{ command_tag | safe }}
|
|
</script>
|
|
</inkscape-extension>
|