summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/linear-backdrop-ref.yaml
blob: 7cc02b573c07ca5acf7a06eaeb8320e7b7932208 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
root:
  items:
    - type: rect
      bounds: 0 0 800 450
      color: red
    - type: gradient
      bounds: 0 0 800 450
      start: 100 100
      end: 700 350
      stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]