summaryrefslogtreecommitdiff
path: root/tests/ref/layout/grid-3.png
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2023-05-02Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822)Martin Haug
2023-02-25New default styleLaurenz
2023-02-12Skip grid region if one cell is emptyLaurenz
2023-02-11Fix flow bugsLaurenz
2022-11-28Widow and orphan preventionLaurenz
2022-06-14Anti-aliased image renderingLaurenz
2022-02-21Refactor paragraph layoutLaurenz
2022-01-24Export into rendered imagesLaurenz
2021-11-29Go back to wrapping inline nodesLaurenz
2021-11-29Layout bugfixesLaurenz
2021-11-16Image fit modesLaurenz
2021-10-23Revise block node contractLaurenz
Frames produced by block nodes are now always treated as exactly one per given region and a frame must not be larger than its respective region. Any overflow must be handled internally. This means that stack and grid don't need to search for fitting regions anymore, since the child has already does that for them. This commit further moves stack spacing into a new `SpacingNode`.
2021-09-30New default fontsLaurenz
2021-06-12Allow grid cells to span multiple regions. (#30)Martin