18 lines
390 B
YAML
18 lines
390 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: stacking-context
|
|
bounds: 50 50 100 100
|
|
items:
|
|
- type: rect
|
|
bounds: 0 0 100 100
|
|
color: black
|
|
- type: rect
|
|
bounds: 100 0 100 100
|
|
color: red
|
|
- type: rect
|
|
bounds: 100 100 100 100
|
|
color: green
|
|
- type: rect
|
|
bounds: 0 100 100 100
|
|
color: blue
|