15 lines
298 B
YAML
15 lines
298 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: rect
|
|
bounds: [ 1, 1, 5, 5 ]
|
|
color: green
|
|
- type: rect
|
|
bounds: [ 10.4, 1.8, 5, 5 ]
|
|
color: green
|
|
- type: rect
|
|
bounds: [ 21.5, 1.5, 5, 5 ]
|
|
color: green
|
|
- type: rect
|
|
bounds: [ 31.2, 1.6, 4.3, 5.5 ]
|
|
color: green
|