summaryrefslogtreecommitdiff
path: root/tests/typ/layout/hide.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/layout/hide.typ
parent5036c5acebebe12cbf14338f5413514251d83d1e (diff)
Externalize assets (#3515)
Diffstat (limited to 'tests/typ/layout/hide.typ')
-rw-r--r--tests/typ/layout/hide.typ14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/typ/layout/hide.typ b/tests/typ/layout/hide.typ
index 2cd8333e..ede65c70 100644
--- a/tests/typ/layout/hide.typ
+++ b/tests/typ/layout/hide.typ
@@ -4,15 +4,15 @@
AB #h(1fr) CD \
#hide[A]B #h(1fr) C#hide[D]
---
-Hidden:
+Hidden:
#hide[#line(length: 100%)]
#line(length: 100%)
---
-Hidden:
+Hidden:
#hide(table(rows: 2, columns: 2)[a][b][c][d])
#table(rows: 2, columns: 2)[a][b][c][d]
---
-Hidden:
+Hidden:
#hide[
#polygon((20%, 0pt),
(60%, 0pt),
@@ -30,7 +30,7 @@ Hidden:
width: 100%,
)
-Hidden:
+Hidden:
#hide[
#grid(
columns: (1fr, 1fr, 2fr),
@@ -53,7 +53,7 @@ Hidden:
)
---
-Hidden:
+Hidden:
#hide[
- 1
- 2
@@ -71,6 +71,6 @@ Hidden:
---
Hidden:
-#hide(image("/files/tiger.jpg", width: 5cm, height: 1cm,))
+#hide(image("/assets/images/tiger.jpg", width: 5cm, height: 1cm,))
-#image("/files/tiger.jpg", width: 5cm, height: 1cm,)
+#image("/assets/images/tiger.jpg", width: 5cm, height: 1cm,)