diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-10-22 18:38:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 18:38:25 +0200 |
| commit | bb6eb2cb70d099ded380a77bc0364490326bb271 (patch) | |
| tree | dd91a22ecbef7d62eab5041d5206653b8cd81d3d /templates/lettering_along_path.xml | |
| parent | b6681c2c4994e0c3a28af898af366767a6c71473 (diff) | |
Fix transform issues in lettering along path (#3972)
* lettering along path: transform corrections
* stop transform baking at glyph groups to keep clips in the correct position
Diffstat (limited to 'templates/lettering_along_path.xml')
| -rw-r--r-- | templates/lettering_along_path.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/lettering_along_path.xml b/templates/lettering_along_path.xml index 98f12c38..9f13c365 100644 --- a/templates/lettering_along_path.xml +++ b/templates/lettering_along_path.xml @@ -26,13 +26,11 @@ <label appearance="header">This extension bends an Ink/Stitch text to a path.</label> <label>Select Ink/Stitch text and a path before running this extension.</label> <spacer /> - <label>The text needs to meet these conditions:</label> - <label indent="1">* The text consists of only one line of text</label> - <label indent="1">* The text should not be too large for the given path</label> + <label>⚠ The text width should not be longer than the path ⚠</label> <spacer /> - <label>In the text position dropdown menu, you can decide how the text will be placed on the path. - When stretch is selected, the spaces between the glyphs will be expanded, so that the text stretches over the entire path. - </label> + <label>Text position:</label> + <label indent="1">Text can be positioned at the start, end or center of the path.</label> + <label indent="1">When stretch is selected, the spaces between the glyphs will be expanded, so that the text stretches over the entire path.</label> <spacer /> <label>More information on our website</label> <label appearance="url">https://inkstitch.org/docs/lettering/#lettering-along-path</label> |
