packages feed

typst-0.1.0.0: test/typ/layout/transform-01.typ

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