summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/gradient_cache_5stops_vertical_ref.yaml
blob: 704b5be2f6adb4d03c6cef39f53fb5083b681f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
root:
  items:
    - type: gradient
      bounds: 0 0 960 270
      start: 0 0
      end: 0 270
      stops: [0.0, red,
              0.5, green,
              1.0, blue]
    - type: gradient
      bounds: 0 270 960 270
      start: 0 0
      end: 0 270
      stops: [ 0.0, blue,
              0.5, [40,40,40,1],
              1.0, [100,200,50,1]]