summaryrefslogtreecommitdiff
path: root/src/geom/path.rs
AgeCommit message (Collapse)Author
2023-03-19Renaming and refactoringLaurenz
2023-02-13Block sizingLaurenz
2022-10-28Refactor `geom` moduleLaurenz
2022-05-03Code Review: Relax, it's much worse than you thinkMartin Haug
2022-05-03Code Review: Heap is Stack. Unsafe is Good.Martin Haug
Spaghetti Code is Style.
2022-01-24Export into rendered imagesLaurenz
2021-11-26X/Y abstractionsLaurenz
2021-11-22Remove decorumLaurenz
2021-11-20StrokesLaurenz
2021-08-23Kerned PDF outputLaurenz
2021-08-21Shorter/clearer field name for geometry typesLaurenz
Size { width, height } => Size { w, h } Spec { horizontal, vertical } => Spec { x, y } Gen { cross, main } => Gen { inline, block }
2021-07-29Change derive orderLaurenz
2021-06-12Give up on not implementing Eq and OrdLaurenz
2021-05-26Add hash impls for all nodesMartin Haug
This prepares the incremental PR. Co-Authored-By: Laurenz <laurmaedje@gmail.com>
2021-05-17Tidy up layouting codeLaurenz
2021-04-21Make frames serializable 📚Laurenz
This also makes serialization support non-optional since it's too much feature-management for too little benefit.
2021-03-20Square, circle and ellipse 🔵Laurenz