summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/repeat-radial-ref.yaml
blob: d2c0292e6e97b148a90e7f7c6507216412fd77a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
root:
  items:
    - type: radial-gradient
      bounds: 50 50 300 300
      center: 150 150
      radius: 150 150
      # note: we need stops up to 1.4 because a repeating radial gradient
      # will fill the whole rect beyond 1.0. So the furthest radius we have
      # to fill in is the diagonal of the unit square
      stops: [0.0, red,
              0.1, red,
              0.1, blue,
              0.2, blue,
              0.2, red,
              0.3, red,
              0.3, blue,
              0.4, blue,
              0.4, red,
              0.5, red,
              0.5, blue,
              0.6, blue,
              0.6, red,
              0.7, red,
              0.7, blue,
              0.8, blue,
              0.8, red,
              0.9, red,
              0.9, blue,
              1.0, blue,
              1.0, red,
              1.1, red,
              1.1, blue,
              1.2, blue,
              1.2, red,
              1.3, red,
              1.3, blue,
              1.4, blue]