summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/tiling-radial-4-ref.yaml
blob: 2ba2a96322c6de3484633c6e421fe37b89f682fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
root:
  items:
    # top left
    - type: radial-gradient
      bounds: 50 50 200 200
      center: 100 100
      radius: 200 100
      stops: [0, red, 1, blue]
    # top right
    - type: radial-gradient
      bounds: 350 50 200 200
      center: 100 100
      radius: 200 100
      stops: [0, red, 1, blue]
    # bottom left
    - type: radial-gradient
      bounds: 50 350 200 200
      center: 100 100
      radius: 200 100
      stops: [0, red, 1, blue]
    # bottom right
    - type: radial-gradient
      bounds: 350 350 200 200
      center: 100 100
      radius: 200 100
      stops: [0, red, 1, blue]