diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-12 18:58:39 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-12 19:57:28 +0100 |
| commit | 3ffa7393f0632d9ee5dd9c821685a1a033d5c0ab (patch) | |
| tree | af09b0683352c4028436a2e5251dce54cf41d4aa /tests/typ/compute | |
| parent | f4856c18b9cf3f6952276cc61b557aebeb2fa651 (diff) | |
Make all nodes block-level
Diffstat (limited to 'tests/typ/compute')
| -rw-r--r-- | tests/typ/compute/construct.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/compute/construct.typ b/tests/typ/compute/construct.typ index 50fa4e3e..80fa9a2b 100644 --- a/tests/typ/compute/construct.typ +++ b/tests/typ/compute/construct.typ @@ -17,8 +17,7 @@ --- // Test gray color conversion. // Ref: true -#rect(fill: luma(0)) -#rect(fill: luma(80%)) +#stack(dir: ltr, rect(fill: luma(0)), rect(fill: luma(80%))) --- // Error for values that are out of range. |
