translate-nested.yaml (644B)
1 --- 2 root: 3 items: 4 - 5 bounds: [8, 8, 500, 500] 6 type: "stacking-context" 7 items: 8 - 9 bounds: [0, 0, 200, 200] 10 type: clip 11 id: 2 12 - 13 bounds: [0, 0, 200, 200] 14 type: rect 15 color: red 16 clip-chain: [2] 17 - 18 bounds: [0, 0, 200, 200] 19 type: "stacking-context" 20 transform: translate(100, 0) 21 items: 22 - 23 bounds: [-100, 0, 200, 200] 24 clip-rect: [-300, -300, 900, 900] 25 type: rect 26 color: green 27 clip-chain: [2] 28 id: [0, 0] 29 pipelines: []