summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/repeat-linear-ref.yaml
blob: 420a08db01f9507cac95a7eecbb84cfa5f534708 (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
---
root:
  items:
    - type: gradient
      bounds: 50 50 300 300
      start: 0 150
      end: 300 150
      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]