1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
root:
items:
- type: rect
bounds: [10, 10, 50, 50]
color: green
- type: rect
bounds: [10, 70, 50, 50]
color: green
- type: rect
bounds: [70, 10, 50, 50]
color: green
- type: rect
bounds: [70, 70, 50, 50]
color: green
- type: rect
bounds: [130, 10, 50, 40]
color: green
- type: rect
bounds: [130, 70, 40, 50]
color: green
- type: rect
bounds: [190, 20, 50, 40]
color: green
- type: rect
bounds: [200, 70, 40, 50]
color: green
- type: rect
bounds: [250, 35, 50, 25]
color: green
- type: rect
bounds: [275, 70, 25, 50]
color: green
- type: rect
bounds: [310, 10, 50, 25]
color: green
- type: rect
bounds: [310, 70, 25, 50]
color: green
|