clip-rectangle-redundant-sc.yaml (384B)
1 # Test that rect clips on redundant stacking contexts are applied to child prims 2 --- 3 root: 4 items: 5 - 6 bounds: [0, 0, 100, 100] 7 type: clip 8 id: 2 9 - 10 type: "clip-chain" 11 id: 3 12 clips: [2] 13 - 14 clip-chain: 3 15 type: "stacking-context" 16 items: 17 - 18 bounds: [0, 0, 200, 200] 19 type: rect 20 color: blue