isolated-2-ref.yaml (533B)
1 --- 2 root: 3 items: 4 - type: rect 5 bounds: [10, 10, 130, 130] 6 color: [255, 255, 0] 7 - type: stacking-context 8 bounds: [10, 10, 130, 130] 9 items: 10 - type: rect 11 bounds: [0, 0, 100, 100] 12 color: [0, 255, 0] 13 - type: stacking-context 14 bounds: [20, 20, 100, 100] 15 items: 16 - type: rect 17 bounds: [0, 0, 100, 100] 18 color: [255, 0, 0] 19 - type: rect 20 bounds: [0, 0, 80, 80] 21 color: [0, 0, 0]