12 lines
212 B
YAML
12 lines
212 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: rect
|
|
bounds: 8 36 100 100
|
|
color: green
|
|
- type: rect
|
|
bounds: 108 36 100 100
|
|
color: blue
|
|
- type: rect
|
|
bounds: 208 36 100 100
|
|
color: yellow
|