singular-ref.yaml (561B)
1 --- 2 root: 3 items: 4 - 5 bounds: [0, 0, 200, 200] 6 "clip-rect": [0, 0, 200, 200] 7 type: clip 8 id: 2 9 "content-size": [200, 200] 10 - 11 bounds: [0, 100, 100, 100] 12 "clip-rect": [0, 100, 100, 100] 13 clip-chain: [2] 14 type: rect 15 color: blue 16 - 17 bounds: [100, 0, 100, 100] 18 "clip-rect": [100, 0, 100, 100] 19 clip-chain: [2] 20 type: rect 21 color: green 22 - 23 bounds: [100, 100, 100, 100] 24 "clip-rect": [100, 100, 100, 100] 25 clip-chain: [2] 26 type: rect 27 color: red