blob: de1fad94406ba76b9773ea14c69fcd2e4189828e (
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, 150, 600]
color: [191, 127, 63]
- type: rect
bounds: [300, 0, 150, 600]
color: [127, 191, 63]
|