summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/tiling-radial-1.yaml
blob: b832a72f96adb5576b6240f18105296a1e42a32d (plain)
1
2
3
4
5
6
7
8
9
10
11
---
root:
  items:
    # basic - 4 tiles spaced out with no clipping
    - type: radial-gradient
      bounds: 50 50 500 500
      center: 100 100
      radius: 100 100
      stops: [0, red, 1, blue]
      tile-size: 200 200
      tile-spacing: 100 100