diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/grid-5.png | bin | 3891 -> 9301 bytes | |||
| -rw-r--r-- | tests/typ/layout/grid-5.typ | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/ref/layout/grid-5.png b/tests/ref/layout/grid-5.png Binary files differindex a57493e4..233ebb00 100644 --- a/tests/ref/layout/grid-5.png +++ b/tests/ref/layout/grid-5.png diff --git a/tests/typ/layout/grid-5.typ b/tests/typ/layout/grid-5.typ index 64385f61..66272421 100644 --- a/tests/typ/layout/grid-5.typ +++ b/tests/typ/layout/grid-5.typ @@ -28,3 +28,13 @@ ], align(top)[B], ) + +--- +// Ensure grids expand enough for the given rows. +#grid( + columns: (2em, 2em), + rows: (2em,) * 4, + fill: red, + stroke: aqua, + [a] +) |
