summaryrefslogtreecommitdiff
path: root/tests/typ/layout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout')
-rw-r--r--tests/typ/layout/clip.typ4
-rw-r--r--tests/typ/layout/grid-3.typ2
-rw-r--r--tests/typ/layout/hide.typ14
-rw-r--r--tests/typ/layout/pad.typ2
-rw-r--r--tests/typ/layout/par-bidi.typ2
-rw-r--r--tests/typ/layout/par-indent.typ4
-rw-r--r--tests/typ/layout/place-background.typ2
-rw-r--r--tests/typ/layout/place-float-columns.typ2
-rw-r--r--tests/typ/layout/place-float-figure.typ4
-rw-r--r--tests/typ/layout/place.typ2
-rw-r--r--tests/typ/layout/transform.typ4
11 files changed, 21 insertions, 21 deletions
diff --git a/tests/typ/layout/clip.typ b/tests/typ/layout/clip.typ
index d20609d8..3ca74556 100644
--- a/tests/typ/layout/clip.typ
+++ b/tests/typ/layout/clip.typ
@@ -52,7 +52,7 @@ First!
width: 20pt,
height: 20pt,
clip: true,
- image("/files/rhino.png", width: 30pt)
+ image("/assets/images/rhino.png", width: 30pt)
)
---
// Test clipping with `radius`, but without `stroke`.
@@ -64,5 +64,5 @@ First!
width: 20pt,
height: 20pt,
clip: true,
- image("/files/rhino.png", width: 30pt)
+ image("/assets/images/rhino.png", width: 30pt)
)
diff --git a/tests/typ/layout/grid-3.typ b/tests/typ/layout/grid-3.typ
index 89bcb90f..a6c72d6c 100644
--- a/tests/typ/layout/grid-3.typ
+++ b/tests/typ/layout/grid-3.typ
@@ -23,7 +23,7 @@
columns: 4 * (1fr,),
row-gutter: 10pt,
column-gutter: (0pt, 10%),
- align(top, image("/files/rhino.png")),
+ align(top, image("/assets/images/rhino.png")),
align(top, rect(inset: 0pt, fill: eastern, align(right)[LoL])),
[rofl],
[\ A] * 3,
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,)
diff --git a/tests/typ/layout/pad.typ b/tests/typ/layout/pad.typ
index f7b47142..0eff5876 100644
--- a/tests/typ/layout/pad.typ
+++ b/tests/typ/layout/pad.typ
@@ -22,7 +22,7 @@ Hi #box(pad(left: 10pt)[A]) there
// Test that the pad element doesn't consume the whole region.
#set page(height: 6cm)
#align(left)[Before]
-#pad(10pt, image("/files/tiger.jpg"))
+#pad(10pt, image("/assets/images/tiger.jpg"))
#align(right)[After]
---
diff --git a/tests/typ/layout/par-bidi.typ b/tests/typ/layout/par-bidi.typ
index ea3711ab..f708df6a 100644
--- a/tests/typ/layout/par-bidi.typ
+++ b/tests/typ/layout/par-bidi.typ
@@ -41,7 +41,7 @@ Lריווח #h(1cm) R
---
// Test inline object.
#set text(lang: "he")
-קרנפיםRh#box(image("/files/rhino.png", height: 11pt))inoחיים
+קרנפיםRh#box(image("/assets/images/rhino.png", height: 11pt))inoחיים
---
// Test whether L1 whitespace resetting destroys stuff.
diff --git a/tests/typ/layout/par-indent.typ b/tests/typ/layout/par-indent.typ
index 324ff44a..e807d74d 100644
--- a/tests/typ/layout/par-indent.typ
+++ b/tests/typ/layout/par-indent.typ
@@ -9,10 +9,10 @@ The first paragraph has no indent.
But the second one does.
-#box(image("/files/tiger.jpg", height: 6pt))
+#box(image("/assets/images/tiger.jpg", height: 6pt))
starts a paragraph, also with indent.
-#align(center, image("/files/rhino.png", width: 1cm))
+#align(center, image("/assets/images/rhino.png", width: 1cm))
= Headings
- And lists.
diff --git a/tests/typ/layout/place-background.typ b/tests/typ/layout/place-background.typ
index 3a7a06b9..afee0622 100644
--- a/tests/typ/layout/place-background.typ
+++ b/tests/typ/layout/place-background.typ
@@ -7,7 +7,7 @@
dx: -10pt,
dy: -10pt,
image(
- "/files/tiger.jpg",
+ "/assets/images/tiger.jpg",
fit: "cover",
width: 100% + 20pt,
height: 100% + 20pt,
diff --git a/tests/typ/layout/place-float-columns.typ b/tests/typ/layout/place-float-columns.typ
index 0e5c6d0c..e2b88d46 100644
--- a/tests/typ/layout/place-float-columns.typ
+++ b/tests/typ/layout/place-float-columns.typ
@@ -8,7 +8,7 @@
#figure(
placement: bottom,
caption: [A glacier],
- image("/files/glacier.jpg", width: 50%),
+ image("/assets/images/glacier.jpg", width: 50%),
)
#lorem(45)
#figure(
diff --git a/tests/typ/layout/place-float-figure.typ b/tests/typ/layout/place-float-figure.typ
index 7256a4eb..4d76fd8f 100644
--- a/tests/typ/layout/place-float-figure.typ
+++ b/tests/typ/layout/place-float-figure.typ
@@ -9,7 +9,7 @@
#figure(
placement: bottom,
caption: [A glacier #footnote[Lots of Ice]],
- image("/files/glacier.jpg", width: 80%),
+ image("/assets/images/glacier.jpg", width: 80%),
)
#lorem(40)
@@ -17,5 +17,5 @@
#figure(
placement: top,
caption: [An important],
- image("/files/diagram.svg", width: 80%),
+ image("/assets/images/diagram.svg", width: 80%),
)
diff --git a/tests/typ/layout/place.typ b/tests/typ/layout/place.typ
index 6f79e3e1..d426e07f 100644
--- a/tests/typ/layout/place.typ
+++ b/tests/typ/layout/place.typ
@@ -5,7 +5,7 @@
#place(bottom + center)[© Typst]
= Placement
-#place(right, image("/files/tiger.jpg", width: 1.8cm))
+#place(right, image("/assets/images/tiger.jpg", width: 1.8cm))
Hi there. This is \
a placed element. \
Unfortunately, \
diff --git a/tests/typ/layout/transform.typ b/tests/typ/layout/transform.typ
index 3a674282..f74ec2b0 100644
--- a/tests/typ/layout/transform.typ
+++ b/tests/typ/layout/transform.typ
@@ -31,13 +31,13 @@ nor #xetex!
// Test combination of scaling and rotation.
#set page(height: 80pt)
#align(center + horizon,
- rotate(20deg, scale(70%, image("/files/tiger.jpg")))
+ rotate(20deg, scale(70%, image("/assets/images/tiger.jpg")))
)
---
// Test setting rotation origin.
#rotate(10deg, origin: top + left,
- image("/files/tiger.jpg", width: 50%)
+ image("/assets/images/tiger.jpg", width: 50%)
)
---