summaryrefslogtreecommitdiff
path: root/src/geom/rounded.rs
AgeCommit message (Collapse)Author
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-06Small refactoringsLaurenz
2023-05-23Fix layout panic in rounded rectangleLaurenz
Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case.
2023-03-31Make `Paint` not implement `Copy`Laurenz
2022-12-30Clamp shape radiiLaurenz
2022-11-04Style changesLaurenz
2022-10-28Refactor `geom` moduleLaurenz