summaryrefslogtreecommitdiff
path: root/tests/ref/visualize/shape-rect.png
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-04-02Support negative dimensions in rectangles (#3807)Ana Gelez
2023-09-25Better rect edges (#1956)Anton Wetzel
2023-08-03layout::par::finalize: Bound allotted width when fitting to width (#1828)bluebear94
Sometimes, optimized line breaking outputs lines that are wider than the allotted width so that spacing between words can be narrowed to fit. However, the width calculation for the fit-to-width case does not account for this, causing the resulting width to exceed the width of the region. This commit takes the minimum of the calculated width with the width of the region. Fixes #1825.
2023-02-25New default styleLaurenz
2023-02-12Make all nodes block-levelLaurenz
2022-12-21Split up and document shapesLaurenz
2022-11-29Reorganize library and testsLaurenz