snapshot-area-01-ref.yaml (752B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 100, 100] 6 items: 7 - type: rect 8 bounds: [ 0, 0, 90, 100 ] 9 color: [0, 150, 0] 10 - type: rect 11 bounds: [ 10, 100, 90, 100 ] 12 color: [150, 0, 0] 13 14 - type: rect 15 bounds: [ 0, 300, 90, 100 ] 16 color: [0, 150, 0] 17 - type: rect 18 bounds: [ 10, 400, 90, 100 ] 19 color: [150, 0, 0] 20 21 - type: rect 22 bounds: [310, 10, 80, 90 ] 23 color: [0, 150, 0] 24 - type: rect 25 bounds: [310, 100, 80, 90 ] 26 color: [150, 0, 0] 27 28 - type: rect 29 bounds: [300, 300, 90, 100 ] 30 color: [0, 150, 0] 31 - type: rect 32 bounds: [310, 400, 90, 100 ] 33 color: [150, 0, 0]