blob: 9a2d6991a0af03999290534a1e30c89acff1c7c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
root:
items:
- type: border
bounds: [ 0, 0, 200, 200 ]
width: 30
border-type: gradient
start: [ 0, 200 ]
end: [ 200, 0 ]
stops: [ 0.0, red, 0.177, red, 0.177, yellow, 0.50, yellow, 0.50, red ]
slice: [ 50 ]
outset: 0
|