summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/svg-text.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-28 11:06:54 +0100
committerGitHub <noreply@github.com>2024-02-28 10:06:54 +0000
commite16d3f5a67a31154797b4d56cdc6ed142ee2a7cf (patch)
tree31dcd2243c2b51bac62fe19e7e60efe5f6289281 /tests/typ/visualize/svg-text.typ
parent5036c5acebebe12cbf14338f5413514251d83d1e (diff)
Externalize assets (#3515)
Diffstat (limited to 'tests/typ/visualize/svg-text.typ')
-rw-r--r--tests/typ/visualize/svg-text.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/visualize/svg-text.typ b/tests/typ/visualize/svg-text.typ
index 11283a76..6f0a758e 100644
--- a/tests/typ/visualize/svg-text.typ
+++ b/tests/typ/visualize/svg-text.typ
@@ -4,7 +4,7 @@
#set page(width: 250pt)
#figure(
- image("/files/diagram.svg"),
+ image("/assets/images/diagram.svg"),
caption: [A textful diagram],
)
@@ -13,6 +13,6 @@
#show image: set text(font: ("Roboto", "Noto Serif CJK SC"))
#figure(
- image("/files/chinese.svg"),
+ image("/assets/images/chinese.svg"),
caption: [Bilingual text]
)