13 lines
262 B
YAML
13 lines
262 B
YAML
---
|
|
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]
|