summaryrefslogtreecommitdiff
path: root/lib/extensions/gradient_blocks.py
AgeCommit message (Collapse)Author
2025-08-27color fixes (#3936)Kaalleen
2025-07-11Fix issue with bad color names (#3816)Kaalleen
* fix issue with bad color names and define element colors at one place and reuse * fix bad tartan color * verify color in gradient block * add thread color tests * use default color behavior for elements linked to non-existing definitions (gradients) * Added mypy change for tests (authored by: CapellanCitizen)
2025-03-22parent.remove -> delete (#3600)Kaalleen
2025-03-16insert color blocks into a group and skip small elements (#3584)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-17skip empty gradient blocks (#3142)Kaalleen
2024-05-11Update inkex (#2892)Kaalleen
* fix currentColor * fix pip inkex import * fix color block extension
2023-09-07gradient_blocks: unit fix (#2505)Kaalleen
2023-05-23Fix some transforms ... (#2314)Kaalleen
* fix fill to stroke transform * remove empty leftover groups * gradient blocks transforms * gradient: do not ignore holes
2023-05-13* move all gradient methods to extensionKaalleen
* add underlay to single color elements to compensate density
2023-05-10add help tab to gradient block extensionKaalleen
2023-05-09remove previous end_row_spacing (#2282)Kaalleen
2023-05-08Gradient blocks (#2275)Kaalleen
* remove underlay * set start and end commands for consecutive blocks with the same color * keep previous params * add option for manual input of end_row_spacing
2022-11-22Convert to gradient blocks extension (#1844)Kaalleen