summaryrefslogtreecommitdiff
path: root/tests/typ/layout/stack.typ
blob: 006a1412e1828579d0cf669dc10c2dffe3364a04 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Test stack layouts.

---
#let rect(width, color) = rect(width: width, height: 1cm, fill: color)
#stack(
    rect(2cm, #2a631a),
    rect(3cm, forest),
    rect(1cm, conifer),
)