1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
root:
items:
- type: stacking-context
bounds: [50, 50, 100, 100]
transform: scale(0.5)
items:
- type: border
bounds: [ 100, 100, 400, 200 ]
width: [ 20, 20, 20, 20 ]
border-type: normal
style: solid
color: [ blue, blue, blue, blue ]
radius: {
top-left: [100, 100],
top-right: [100, 100],
bottom-left: [100, 100],
bottom-right: [100, 100],
}
|