summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/linear-large-ref.yaml
blob: 472f04fd17b77f4513ccc760e983a0b0ae90736f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
root:
  items:
    - type: rect
      bounds: 50 50 2000 300
      color: blue

    - type: gradient
      bounds: 50 50 400 300
      start: 0 0
      end: 100 20
      stops: [0.0, red, 1.0, blue]