summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/gradient_cache_clamp.yaml
blob: 1c55a269a1de2ee0570a21f349cc748875ae5286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
root:
  items:
    - type: gradient
      bounds: 0 0 400 200
      start: 0 100
      end: 100 100
      stops: [0.0, blue, 1.0, blue, 1.0, red]
    - type: gradient
      bounds: 0 300 400 200
      start: 100 100
      end: 200 100
      stops: [0.0, blue, 1.0, blue, 1.0, red]
    - type: gradient
      bounds: 0 600 200 400
      start: 0 100
      end: 0 300
      stops: [
          0.0,  blue,
          1.0,  red]