summaryrefslogtreecommitdiff
path: root/tests/typ/graphics/transform.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/graphics/transform.typ')
-rw-r--r--tests/typ/graphics/transform.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/graphics/transform.typ b/tests/typ/graphics/transform.typ
index e0679306..5d2a1729 100644
--- a/tests/typ/graphics/transform.typ
+++ b/tests/typ/graphics/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("/res/tiger.jpg")))
)
---
// Test setting rotation origin.
#rotate(10deg, origin: top + left,
- image("../../res/tiger.jpg", width: 50%)
+ image("/res/tiger.jpg", width: 50%)
)
---