summaryrefslogtreecommitdiff
path: root/tests/typ/layout/transform.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-28 10:35:44 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-28 10:36:53 +0200
commit04bffc4f12ff7dd85d25f5fd65506440287f879c (patch)
tree311a78d174f95c6e4733e3eb17a40f78744c3854 /tests/typ/layout/transform.typ
parent7b92bd7c340d9f9c094ed2fa57912049317d9b20 (diff)
Reintroduce `--root`
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 22a94532..3a674282 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("/tiger.jpg")))
+ rotate(20deg, scale(70%, image("/files/tiger.jpg")))
)
---
// Test setting rotation origin.
#rotate(10deg, origin: top + left,
- image("/tiger.jpg", width: 50%)
+ image("/files/tiger.jpg", width: 50%)
)
---