summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/radial-zero-size-2.yaml
blob: 94bf6eae7304e6c154b3f401ff6e55b81d8db6d4 (plain)
1
2
3
4
5
6
7
8
---
root:
  items:
    - type: radial-gradient
      bounds: 50 50 200 200
      center: 100 100
      radius: 0 100
      stops: [0.0, blue, 1.0, red]