summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/svg-text.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-18 19:04:46 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-18 19:04:46 +0200
commit35302d20047c58baa99065a4574eafe1920e7be6 (patch)
treeb9c7dbf3e15c24cc063da70dbc2fa3d5befa41d4 /tests/typ/visualize/svg-text.typ
parentbce83d330f0efc0f8cdd6fb01d8244cb9f01ac27 (diff)
Handle SVG with text
Diffstat (limited to 'tests/typ/visualize/svg-text.typ')
-rw-r--r--tests/typ/visualize/svg-text.typ9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/visualize/svg-text.typ b/tests/typ/visualize/svg-text.typ
new file mode 100644
index 00000000..132905a8
--- /dev/null
+++ b/tests/typ/visualize/svg-text.typ
@@ -0,0 +1,9 @@
+// Test SVG with text.
+
+---
+#set page(width: 250pt)
+
+#figure(
+ image("/diagram.svg"),
+ caption: [A textful diagram],
+)