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

    - type: conic-gradient
      bounds: 50 50 2000 300
      center: 150 150
      angle: 0.0
      stops: [0.0, red,
              0.125, blue,
              0.375, blue,
              0.5, yellow,
              1.0, red]