diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-09 10:32:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-09 10:32:08 +0200 |
| commit | 958cb4210a89abc38ac07b03b42604e7e4b37157 (patch) | |
| tree | 83816618f03d3ea4f3b1ae6d58329aef8ef140ee /templates | |
| parent | 62b852912059df90a8948c3737b393ff89c72ddd (diff) | |
Rewrite outline extensions (#2881)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/outline.xml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/templates/outline.xml b/templates/outline.xml index b9db7500..06997c2d 100644 --- a/templates/outline.xml +++ b/templates/outline.xml @@ -11,8 +11,21 @@ </submenu> </effects-menu> </effect> - <param name="ratio" type="float" appearance="full" gui-text="Ratio" precision="2" min="0" max="1">0</param> - <param name="allow-holes" type="boolean" gui-text="Allow Holes">false</param> + <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> <script> {{ command_tag | safe }} </script> |
