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