no-stretch.yaml (604B)
1 # Test that box-shadows with overlapping corners 2 # are drawn with simple mode (not stretched). 3 --- 4 root: 5 items: 6 - type: stacking-context 7 bounds: [0, 0, 1000, 1000] 8 items: 9 - type: box-shadow 10 bounds: [ 50, 50, 150, 150 ] 11 color: red 12 clip-mode: outset 13 blur-radius: 2.4 14 offset: [100, 0] 15 spread-radius: -40 16 border-radius: { 17 top-left: 112, 18 top-right: 48, 19 bottom-left: 48, 20 bottom-right: 112, 21 }