kopia lustrzana https://github.com/inkstitch/inkstitch
28 wiersze
1.5 KiB
XML
28 wiersze
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Update inkstitch svg</name>
|
|
<id>org.{{ id_inkstitch }}.update_svg</id>
|
|
<param name="extension" type="string" gui-hidden="true">update_svg</param>
|
|
<effect needs-live-preview="false">
|
|
<object-type>all</object-type>
|
|
<icon>{{ icon_path }}inx/update_svg.svg</icon>
|
|
<effects-menu>
|
|
<submenu name="{{ menu_inkstitch }}" translatable="no">
|
|
<submenu name="Troubleshoot" />
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<label appearance="header">Usually there is no need to run this extension: Ink/Stitch automatically updates old designs once.</label>
|
|
<spacer />
|
|
<label>However, when you copy and paste parts from old files into a new design, you may see for example, that a former contour fill renders as a standard fill, etc.</label>
|
|
<spacer />
|
|
<label>Tip: You can prevent inserting legacy designs into new files by running any Ink/Stitch extension before you copy the design parts (for example open and re-apply parameters on a single element in the document).</label>
|
|
<spacer />
|
|
<label appearance="header">When there is an active selection, only selected elements will be updated.</label>
|
|
<spacer />
|
|
<param name="update-from" type="int" min="0" max="2" gui-text="Update from version" appearance="full">0</param>
|
|
<script>
|
|
{{ command_tag | safe }}
|
|
</script>
|
|
</inkscape-extension>
|