summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/radial-backdrop.yaml
blob: 91ee3a6ba19c8395981a4daa5ce7d87df47c2ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
root:
  items:
    - type: rect
      bounds: 0 0 800 450
      color: red
    - type: "scroll-frame"
      bounds: 0 0 800 450
      clip-rect: 0 0 800 450
      id: 2
    - type: radial-gradient
      bounds: 0 0 800 450
      spatial-id: 2
      center: 400 225
      radius: 200 200
      stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]