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
|
---
root:
items:
- type: rect
bounds: [50, 50, 400, 88]
color: green
- image: transparent-checkerboard(2,8,8)
bounds: [60, 60, 68, 68]
- type: rect
bounds: [55, 70, 390, 5]
color: [255, 0, 0, 0.9]
- image: transparent-checkerboard(2,8,8)
bounds: [138, 60, 68, 68]
- type: rect
bounds: [55, 80, 390, 5]
color: [255, 0, 0, 0.9]
- image: transparent-checkerboard(2,8,8)
bounds: [216, 60, 68, 68]
- type: rect
bounds: [55, 90, 390, 5]
color: [255, 0, 0, 0.9]
- image: transparent-checkerboard(2,8,8)
bounds: [294, 60, 68, 68]
- type: rect
bounds: [55, 100, 390, 5]
color: [255, 0, 0, 0.9]
- image: transparent-checkerboard(2,8,8)
bounds: [372, 60, 68, 68]
- type: rect
bounds: [55, 110, 390, 5]
color: [255, 0, 0, 0.9]
|