blob: 088977f50fa15b5167bb174d049d6397585afaab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
root:
items:
- type: gradient
bounds: 50 50 100 100
start: 0 0
end: 110 0
stops: [0.0, white, 1.0, black]
- type: gradient
bounds: 150 50 100 100
start: 0 0
end: 110 0
stops: [0.0, black, 1.0, white]
|