diff options
| author | Eric Biedert <github@ericbiedert.de> | 2024-06-22 11:09:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-22 09:09:28 +0000 |
| commit | 381a82e764829281b22d4959333c7c0f477a53e3 (patch) | |
| tree | 622ad14723655fdd2728ffa8cd5f714188c28407 /tests | |
| parent | 0fbec820355f9f61161b56dc7b757e8a2f5aef4f (diff) | |
Fix color mixing and gradients in luma space (#4424)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/issue-color-mix-luma.png | bin | 0 -> 126 bytes | |||
| -rw-r--r-- | tests/suite/visualize/color.typ | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/issue-color-mix-luma.png b/tests/ref/issue-color-mix-luma.png Binary files differnew file mode 100644 index 00000000..95716892 --- /dev/null +++ b/tests/ref/issue-color-mix-luma.png diff --git a/tests/suite/visualize/color.typ b/tests/suite/visualize/color.typ index 33259461..da93cb4e 100644 --- a/tests/suite/visualize/color.typ +++ b/tests/suite/visualize/color.typ @@ -329,3 +329,7 @@ #color.hsl(blue) \ #color.hsv(blue) \ #luma(blue) + +--- issue-color-mix-luma --- +// When mixing luma colors, we accidentally used the wrong component. +#rect(fill: gradient.linear(black, silver, space: luma)) |
