kopia lustrzana https://github.com/inkstitch/inkstitch
25 wiersze
1006 B
XML
25 wiersze
1006 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Break Apart Fill Objects</name>
|
|
<id>org.inkstitch.break_apart</id>
|
|
<param name="extension" type="string" gui-hidden="true">break_apart</param>
|
|
<effect>
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="Ink/Stitch" translatable="no">
|
|
<submenu name="Fill Tools" />
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<param name="description" type="description">
|
|
This extension will try to repair fill shapes and break them apart if necessary. Holes will be retained. Use on simple or overlapping shapes.
|
|
</param>
|
|
<param name="method" type="optiongroup" gui-text="Method">
|
|
<option value="0">Simple</option>
|
|
<option value="1">Complex</option>
|
|
</param>
|
|
<script>
|
|
{{ command_tag | safe }}
|
|
</script>
|
|
</inkscape-extension>
|