typst-0.6.2: test/typ/layout/transform-01.typ
// Test combination of scaling and rotation.
#set page(height: 80pt)
#align(center + horizon,
rotate(20deg, scale(70%, image("/assets/files/tiger.jpg")))
)
// Test combination of scaling and rotation.
#set page(height: 80pt)
#align(center + horizon,
rotate(20deg, scale(70%, image("/assets/files/tiger.jpg")))
)