summaryrefslogtreecommitdiff
path: root/lib/svg/rendering.py
AgeCommit message (Collapse)Author
2025-03-22parent.remove -> delete (#3600)Kaalleen
2024-10-24update realistic filter (#3222)Kaalleen
2024-07-14Command translations (#3075)Kaalleen
* command translations * windows: do not unescape
2024-06-26Make PNG (simple/realistic) and threadlist available in export file formats ↵Kaalleen
(#3019)
2024-06-20gray out randomize stitch length param when random stitch length is disabled ↵Kaalleen
(#3002)
2024-06-14Fix realistic stitch filter rendering (#2988)capellancitizen
2024-06-05fix print pdf whith active realistic stitch plan (png) (#2967)Kaalleen
2024-05-17Stitch plan: options render jumps and ignore layer (#2911)Kaalleen
2024-04-24Added realistic stitch preview option (#2838)capellancitizen
Includes multiple optimizations for the realistic stitch preview Co-authored-by: Lex Neva <github.com@lexneva.name>
2024-02-10Rejbasket/pyinstaller fix installer checks (#2718)rejbasket
* netowrkx deps added in build * check for user inkscape config before installing * get os version in exception * update electron app location according to pyinstaller redesign * fixed broken libgeos syslinks * contents-directory added pyinstaller args fix broken linux and win versions * updated inkex * fix print_pdf --------- authored-by: rejbasket
2023-03-31Command options (#2160)Kaalleen
* letters to font: add visual command import option * add visual command option to stitch plan preview
2023-03-25Stitch selection methods (#2114)Kaalleen
2022-06-21Undo stitch plan preview and density map (#1687)Kaalleen
2021-08-15fix commands on multiple import (#1306)Kaalleen
2021-07-25Fix Style Issues (#1154)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-03-11add copyright headersLex Neva
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2020-04-25Namespaced Attributes (#657)Kaalleen
2019-10-21don't show visual commands in print previewLex Neva
2019-08-10ignore single-point point lists tooLex Neva
2019-08-10input: read STOP commands tooLex Neva
2019-07-04add trim commands in import and stitch planLex Neva
2019-03-08refactor add_commands() out into commands moduleLex Neva