diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/place-nested.png | bin | 6202 -> 6966 bytes | |||
| -rw-r--r-- | tests/typ/layout/place-nested.typ | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/layout/place-nested.png b/tests/ref/layout/place-nested.png Binary files differindex ccd55ee4..864830d8 100644 --- a/tests/ref/layout/place-nested.png +++ b/tests/ref/layout/place-nested.png diff --git a/tests/typ/layout/place-nested.typ b/tests/typ/layout/place-nested.typ index c979176a..93006ff5 100644 --- a/tests/typ/layout/place-nested.typ +++ b/tests/typ/layout/place-nested.typ @@ -31,3 +31,10 @@ How are \ you? ] + +--- +#box(fill: aqua)[ + #place(top + left, dx: 50%, dy: 50%)[Hi] + #v(30pt) + #line(length: 50pt) +] |
