diff options
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] ] --- |
