diff options
Diffstat (limited to 'tests/typ/layout/stack-1.typ')
| -rw-r--r-- | tests/typ/layout/stack-1.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/layout/stack-1.typ b/tests/typ/layout/stack-1.typ index a4a0d6b8..d8075e9d 100644 --- a/tests/typ/layout/stack-1.typ +++ b/tests/typ/layout/stack-1.typ @@ -8,8 +8,8 @@ ) #let shaded = { - let v = 0 - let next() = { v += 0.1; rgb(v, v, v) } + let v = 0% + let next() = { v += 10%; rgb(v, v, v) } w => rect(width: w, height: 10pt, fill: next()) } |
