summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/tiling-linear-3-ref.yaml
blob: 90b110c8d0c2aef9e77cf30cd9b7716aebc5995b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
root:
  items:
    # top left and bottom left
    - type: gradient
      bounds: 50 50 200 300
      start: 0 100
      end: 200 100
      stops: [0, red, 1, blue]
    # top right and bottom right
    - type: gradient
      bounds: 250 50 200 300
      start: 0 100
      end: 200 100
      stops: [0, red, 1, blue]