From d16ab29068552584879902562e41d0e95f328179 Mon Sep 17 00:00:00 2001 From: frozolotl <44589151+frozolotl@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:48:54 +0100 Subject: Make Oklab and Oklch chroma ratios relative to 0.4 (#2642) --- tests/typ/compiler/methods.typ | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/typ/compiler/methods.typ b/tests/typ/compiler/methods.typ index 0ae17ae7..4c483786 100644 --- a/tests/typ/compiler/methods.typ +++ b/tests/typ/compiler/methods.typ @@ -109,6 +109,8 @@ #test-repr(cmyk(4%, 5%, 6%, 7%).components(), (4%, 5%, 6%, 7%)) #test-repr(oklab(10%, 0.2, 0.3).components(), (10%, 0.2, 0.3, 100%)) #test-repr(oklch(10%, 0.2, 90deg).components(), (10%, 0.2, 90deg, 100%)) +#test-repr(oklab(10%, 50%, 75%).components(), (10%, 0.2, 0.3, 100%)) +#test-repr(oklch(10%, 50%, 90deg).components(), (10%, 0.2, 90deg, 100%)) #test-repr(color.linear-rgb(10%, 20%, 30%).components(), (10%, 20%, 30%, 100%)) #test-repr(color.hsv(10deg, 20%, 30%).components(), (10deg, 20%, 30%, 100%)) #test-repr(color.hsl(10deg, 20%, 30%).components(), (10deg, 20%, 30%, 100%)) -- cgit v1.2.3