blob: 6ff94e8a89f893d081845abe7527398cf25a7634 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 50, 50]
items:
- type: border
bounds: [ 0, 0, 50, 50 ]
width: [ 10, 10, 10, 10 ]
border-type: gradient
start: [ 25, 0 ]
end: [ 25, 50 ]
stops: [ 0.0, red, 1.0, green ]
|