summaryrefslogtreecommitdiff
path: root/lib/tartan/svg.py
AgeCommit message (Collapse)Author
2025-08-21fix type errors (#3928)Lex Neva
* fix type checking error in overriding path propery * fix type hints in sew stack * enable type checking for tartan * ignore type warnings for dynamic wx module attributes * fix tartan type errors * fix circular import * add type-check and test targets * use Optional instead
2025-03-22parent.remove -> delete (#3600)Kaalleen
2025-03-09Mypy type correctness (#3199)capellancitizen
2025-03-02Use symbol as command position (#3542)Kaalleen
2024-12-07Enable start end commands for satins (#3315)Kaalleen
Updates commands fill_start (_end) => starting_point (_end) stain_start (_end) and run_start (_end) => autoroute_start ripple_target => target_point Sets inkstitch svg version to 3
2024-08-17fix fills without underpath and bad start-end positions (#3141)Kaalleen
2024-07-01remove previously added extra space from svg tartan dimensionsKaalleen
2024-06-30Various fixes (#3028)Kaalleen
* 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)
2024-05-20tartan: fix non tartan group selection (#2922)Kaalleen
2024-03-29Add "the tartan universe" (#2782)Kaalleen