15 lines
330 B
YAML
15 lines
330 B
YAML
---
|
|
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
|