blob: f0c9eca1ca3f8bdd6c3dd0ce87c8c6e266d59be4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
root:
items:
- type: stacking-context
items:
- type: border
bounds: [ 10, 10, 100, 20 ]
width: 1
border-type: normal
style: solid
color: red
- type: border
bounds: [ 12, 12, 96, 16 ]
width: 1
border-type: normal
style: solid
color: red
|