diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/visualize/image.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/image.typ b/tests/typ/visualize/image.typ index 4b3d390f..dc5b2ef6 100644 --- a/tests/typ/visualize/image.typ +++ b/tests/typ/visualize/image.typ @@ -21,7 +21,7 @@ #image("/monkey.svg", width: 100%, height: 20pt, fit: "stretch") // Make sure the bounding-box of the image is correct. -#align(bottom + right, image("/tiger.jpg", width: 40pt)) +#align(bottom + right, image("/tiger.jpg", width: 40pt, alt: "A tiger")) --- // Test all three fit modes. |
