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