inkstitch/templates/outline.xml

33 wiersze
1.5 KiB
XML

2023-10-15 05:54:04 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Outline</name>
2024-02-07 20:23:05 +00:00
<id>org.{{ id_inkstitch }}.outline</id>
2023-10-15 05:54:04 +00:00
<param name="extension" type="string" gui-hidden="true">outline</param>
<effect>
<object-type>all</object-type>
<effects-menu>
2024-02-07 20:23:05 +00:00
<submenu name="{{ menu_inkstitch }}" translatable="no">
2023-10-15 05:54:04 +00:00
<submenu name="Tools: Stroke" />
</submenu>
</effects-menu>
</effect>
2024-05-09 08:32:08 +00:00
<param name="keep-original" type="boolean" gui-text="Keep original element(s)">false</param>
<spacer />
<separator />
<spacer />
<param name="threshold" type="float" appearance="full" precision="2" min="0" max="100"
gui-text="Threshold (mm²)" gui-description="Removes smaller shape areas than that">10</param>
<param name="buffer" type="float" appearance="full" precision="3" min="0.001" max="1"
gui-text="Buffer (mm)" gui-description="Enlarge strokes by this amount">0.001</param>
<param name="smoothness" type="float" appearance="full" precision="2" min="0.01" max="5"
gui-text="Smoothness (mm)" gui-description="Smooth path by this amount">0.3</param>
<spacer />
<separator />
<spacer />
<param name="inset" type="float" appearance="full" precision="3" min="0" max="5"
gui-text="Inset (mm)" gui-description="Counteract the buffer effect">0</param>
2023-10-15 05:54:04 +00:00
<script>
{{ command_tag | safe }}
</script>
</inkscape-extension>