packages feed

typst-0.1.0.0: test/typ/visualize/shape-aspect-02.typ

// Test that minimum wins if both width and height are given.
#stack(
  dir: ltr,
  spacing: 2pt,
  square(width: 20pt, height: 40pt),
  circle(width: 20%, height: 100pt),
)