indirect-rotate.yaml (444B)
1 # Verify that we select correct blend mode for indirect rotated primitives with an 2 # axis-aligned clip. This allows SWGL to correctly apply the native AA. 3 --- 4 root: 5 items: 6 - type: clip 7 bounds: 110 100 180 200 8 id: 3 9 - bounds: 100 100 200 100 10 type: stacking-context 11 transform: rotate-y(10) rotate-x(30) 12 clip-chain: [3] 13 items: 14 - type: rect 15 bounds: 0 0 200 100 16 color: blue