diff options
Diffstat (limited to 'tests/typ/layout/stack.typ')
| -rw-r--r-- | tests/typ/layout/stack.typ | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/layout/stack.typ b/tests/typ/layout/stack.typ new file mode 100644 index 00000000..006a1412 --- /dev/null +++ b/tests/typ/layout/stack.typ @@ -0,0 +1,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), +) |
