blob: 87b675c8ad43768765a50a3d2daadfe49df353e1 (
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: 110 0
end: 0 0
stops: [0.0, white, 1.0, black]
|