summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/svg-text.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/visualize/svg-text.typ')
-rw-r--r--tests/typ/visualize/svg-text.typ18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/typ/visualize/svg-text.typ b/tests/typ/visualize/svg-text.typ
deleted file mode 100644
index 6f0a758e..00000000
--- a/tests/typ/visualize/svg-text.typ
+++ /dev/null
@@ -1,18 +0,0 @@
-// Test SVG with text.
-
----
-#set page(width: 250pt)
-
-#figure(
- image("/assets/images/diagram.svg"),
- caption: [A textful diagram],
-)
-
----
-#set page(width: 250pt)
-#show image: set text(font: ("Roboto", "Noto Serif CJK SC"))
-
-#figure(
- image("/assets/images/chinese.svg"),
- caption: [Bilingual text]
-)