box-shadow-clip.yaml (878B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 1000, 1000] 6 items: 7 - type: box-shadow 8 bounds: [ 20, 20, 200, 80 ] 9 clip-rect: [0, 0, 100, 200] 10 color: blue 11 offset: [10, 20] 12 clip-mode: outset 13 - type: box-shadow 14 bounds: [ 220, 20, 200, 80 ] 15 clip-rect: [200, 0, 100, 200] 16 color: red 17 offset: [10, 20] 18 blur-radius: 10 19 clip-mode: outset 20 - type: box-shadow 21 bounds: [ 20, 220, 200, 80 ] 22 clip-rect: [0, 200, 100, 200] 23 color: green 24 offset: [10, 20] 25 clip-mode: inset 26 - type: box-shadow 27 bounds: [ 220, 220, 200, 80 ] 28 clip-rect: [200, 200, 100, 200] 29 color: yellow 30 offset: [10, 20] 31 blur-radius: 10 32 clip-mode: inset