summaryrefslogtreecommitdiff
path: root/tests/typ/layout/transform.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-31 15:05:42 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-31 15:05:42 +0100
commitec05ed7e0646d1e8ff76677d0332ddf93ed57b69 (patch)
tree75f57cbc2380591ef6c4f30d71e018e3cd001e19 /tests/typ/layout/transform.typ
parent9a99beec94a5b02aa91a363b299d4795ef52c0fa (diff)
Move assets
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 58a053e9..cc7494b3 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("/res/tiger.jpg")))
+ rotate(20deg, scale(70%, image("/tiger.jpg")))
)
---
// Test setting rotation origin.
#rotate(10deg, origin: top + left,
- image("/res/tiger.jpg", width: 50%)
+ image("/tiger.jpg", width: 50%)
)
---