blob: 798b624356ae8670cd1c85e683ca7eff4574a4cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 1024, 1024]
items:
- type: rect
bounds: [150, 0, 300, 600]
color: red
- type: rect
bounds: [150, 0, 300, 200]
color: green
|