split-intersect1.yaml (432B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 transform-style: preserve-3d 6 items: 7 - type: stacking-context 8 items: 9 - type: rect 10 bounds: 0 0 100 100 11 color: red 12 - type: stacking-context 13 transform: rotate-y(-0.1) 14 bounds: 0 0 100 100 15 items: 16 - type: rect 17 bounds: 0 0 100 100 18 color: green