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