blob: f292a728a907c5b2e137aa6c14587989c06d9518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
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
|