diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-06-30 22:49:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-30 22:49:18 +0200 |
| commit | e52886a64a4e76c3fdc49df95c85655da3c4f7f4 (patch) | |
| tree | 88a4edee630df0947553ced79fb6eb9dc510ccea /templates/stitch_plan_preview.xml | |
| parent | 7c06dee44ac7951a5db406eb829100a5bc3e5887 (diff) | |
Various fixes (#3028)
* several thread palette extension fixes
* fix svg tartan when original shape is invalid
* tartan stroke spaces
* style
* fix tartan color substituion at pattern start
* ripple: do not render too small paths
* use less space for params warning headline
* fix clone shape path
* zip export template fix (typo)
* add realistic stitch plan output warning (help tab)
Diffstat (limited to 'templates/stitch_plan_preview.xml')
| -rw-r--r-- | templates/stitch_plan_preview.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml index 92507b27..f7180915 100644 --- a/templates/stitch_plan_preview.xml +++ b/templates/stitch_plan_preview.xml @@ -37,6 +37,12 @@ <page name="info" gui-text="Help"> <label>Use this extension to render the stitch plan into the canvas.</label> <spacer /> + <label> + Please use realistic output options with care. Realistic render outputs can cause Inkscape to slow massivley down. + Designs with a lot of stitches shouldn't be rendered with vector, while the vector option can be prefered if the design + is huge. For huge designs with a lot of stitches consider to render in chunks or choose simple as the render mode. + </label> + <spacer /> <label>More information on our website</label> <label appearance="url">https://inkstitch.org/docs/visualize/#stitch-plan-preview</label> </page> |
