summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/conic-color-wheel.yaml
blob: 60e6bad8650be8b1bf051c50a5982ae07d48e15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
root:
  items:
    - type: clip
      id: 2
      complex:
        - rect: [50, 50, 300, 300]
          radius: 300
    - type: conic-gradient
      bounds: 50 50 300 300
      center: 150 150
      angle: 0.0
      stops: [0.0, red, 0.16666, yellow, 0.33333, green, 0.5, [0,255,255,1], 0.66666, blue, 0.83333, [255,0,255,1], 1.0, red]
      clip-chain: [2]