summaryrefslogtreecommitdiff
path: root/tests/typ/layout/transform.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout/transform.typ')
-rw-r--r--tests/typ/layout/transform.typ4
1 files changed, 2 insertions, 2 deletions
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%)
)
---