diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-13 23:19:44 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-13 23:19:44 +0100 |
| commit | 272a4c228976466e9fa6cc100ad89f93dc5cc371 (patch) | |
| tree | ad02a6e57b07da061432d58ff0ca46d6777bdb97 /tests/typ/func-image.typ | |
| parent | 1b53e27f270e3c040ee095573af9a5243980191a (diff) | |
Unbounded pages 🌌
Diffstat (limited to 'tests/typ/func-image.typ')
| -rw-r--r-- | tests/typ/func-image.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/func-image.typ b/tests/typ/func-image.typ index b0ca0357..1f94a66f 100644 --- a/tests/typ/func-image.typ +++ b/tests/typ/func-image.typ @@ -14,7 +14,7 @@ [image "res/rhino.png"] // Fit to height of page. -[page width: 270pt][ +[page height: 40pt][ [image "res/rhino.png"] ] @@ -29,7 +29,7 @@ // Make sure the bounding-box of the image is correct. [align bottom, right][ - [image "res/tiger.jpg"] + [image "res/tiger.jpg", width: 60pt] ] --- |
