summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/radial-tiling-optimized.yaml
blob: a92fd2447973491900be3faed78c8330c10b5aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# A small repeated radial gradient in a large primitive.
# There is a lot of fully transparent space that webrender
# will optimize out.
---
root:
  items:
    - type: radial-gradient
      bounds: 10 10 800 600
      center: 50 40
      radius: 10 10
      stops: [0, red, 1, blue, 1, [0,0,0,0]]
      tile-size: 300 200
      tile-spacing: 100 100