blob: c29484ae9cd16de1cc2fe2f3c10694bc24624d95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
root:
items:
- type: stacking-context
bounds: 50 50 100 100
items:
- type: rect
bounds: 0 0 100 100
color: black
- type: rect
bounds: 100 0 100 100
color: red
- type: rect
bounds: 100 100 100 100
color: green
- type: rect
bounds: 0 100 100 100
color: blue
|