diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-04-13 16:58:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-13 16:58:28 +0200 |
| commit | 6273393b908ddbc891afc719bc8a3d42c2560b1f (patch) | |
| tree | 9770e5be167fffef547ca904da397717aec269b5 /templates | |
| parent | 3ef31628cb52532d6233fa693b5c6867935f3502 (diff) | |
Lpe Satin: objects to paths (#2213)
* lpe satin: objects to paths
* option to link path effects on multiple objects or to use independently
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/stroke_to_lpe_satin.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/stroke_to_lpe_satin.xml b/templates/stroke_to_lpe_satin.xml index 6e493d08..e0c480a7 100644 --- a/templates/stroke_to_lpe_satin.xml +++ b/templates/stroke_to_lpe_satin.xml @@ -20,6 +20,8 @@ <param name="length" type="float" precision="1" min="0.1" max="100" gui-text="Pattern Length (mm)">15</param> <param name="stretched" type="boolean" gui-text="Stretched">false</param> <param name="rungs" type="boolean" gui-text="Add rungs">true</param> + <param name="path-specific" type="boolean" gui-text="Path specific" + description="When disabled, changes on the path effect will apply to all elements with the same path effect.">true</param> </page> <page name="info" gui-text="Help"> <label appearance="header">This extension converts a stroke into a satin column using the path effect "pattern along path".</label> |
