12 lines
254 B
YAML
12 lines
254 B
YAML
---
|
|
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
|