From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../gradient/gradient_cache_hardstop_clip_ref.yaml | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 gfx/wr/wrench/reftests/gradient/gradient_cache_hardstop_clip_ref.yaml (limited to 'gfx/wr/wrench/reftests/gradient/gradient_cache_hardstop_clip_ref.yaml') diff --git a/gfx/wr/wrench/reftests/gradient/gradient_cache_hardstop_clip_ref.yaml b/gfx/wr/wrench/reftests/gradient/gradient_cache_hardstop_clip_ref.yaml new file mode 100644 index 0000000000..ac13881be8 --- /dev/null +++ b/gfx/wr/wrench/reftests/gradient/gradient_cache_hardstop_clip_ref.yaml @@ -0,0 +1,41 @@ +--- +root: + items: + - type: clip + id: 101 + complex: + - rect: [100, 100, 760, 340] + radius: [32, 32] + - type: clip-chain + id: 201 + clips: [101] + - type: gradient + bounds: 0 0 480 540 + start: 0 0 + end: 480 0 + stops: [0.0, red, + 0.25, yellow, + 0.5, red, + 0.5, green, + 0.75, yellow, + 1.0, green] + clip-chain: 201 + + - type: clip + id: 102 + complex: + - rect: [100, 100, 760, 340] + radius: [32, 32] + - type: clip-chain + id: 202 + clips: [102] + - type: gradient + bounds: 480 0 480 540 + start: 0 0 + end: 480 0 + stops: [0.0, blue, + 0.25, yellow, + 0.5, blue, + 0.5, white, + 1.0, [100,200,50,1]] + clip-chain: 202 -- cgit v1.2.3