10 lines
210 B
YAML
10 lines
210 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: stacking-context
|
|
bounds: [50, 50, 100, 100]
|
|
items:
|
|
- type: rect
|
|
bounds: [ 10, 10, 80, 80 ]
|
|
color: [255, 255, 255]
|
|
|