summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/linear-stops.yaml
blob: f5b8bfbc99092b83f7ecb66f47e3ddbaba124ea9 (plain)
1
2
3
4
5
6
7
root:
  items:
        - type: gradient
          bounds: [0, 0, 200, 200]
          start: 0 100
          end: 200 100
          stops: [0.0, red, 0.5, green, 1.0, blue]