summaryrefslogtreecommitdiff
path: root/tests/typ/visualize
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-04-20 11:23:03 +0200
committerGitHub <noreply@github.com>2023-04-20 11:23:03 +0200
commit2a682f0008b91e7c33c6e65b3ecfc690268ab405 (patch)
tree1af18b7de6230bafce1a2e7eaff20f614b88f7df /tests/typ/visualize
parent4524539c2bc5f3a9f53bc57a1902264fc894969b (diff)
Add alt text to image function and PDF (#823)
Diffstat (limited to 'tests/typ/visualize')
-rw-r--r--tests/typ/visualize/image.typ2
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.