summaryrefslogtreecommitdiff
path: root/lib/elements/utils/stroke_to_satin.py
AgeCommit message (Collapse)Author
2025-08-31stroke to satin: ensure a good starting point for closed paths (#3944)Kaalleen
starting point for the conversion, not necessarily the resulting column
2025-08-22a few fixes for converting stroke to satin internally (#3926)Lex Neva
* remove unused flatten_subpath() * there will always be two rails here * handle degenerate zero-length sections * remove unused SatinColumn.merge() * mark merge() as private and adjust docstring
2025-08-19rungs at nodes for on-the-fly-satins (#3903)Kaalleen
2025-07-19Convert to satin internally (3874)Kaalleen