diff options
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/place-nested.typ | 7 |
1 files changed, 7 insertions, 0 deletions
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) +] |
