inset-simple.yaml (338B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [50, 50, 100, 100] 6 items: 7 - type: rect 8 bounds: [ 10, 10, 80, 80 ] 9 color: [0, 255, 0] 10 - type: box-shadow 11 bounds: [ 10, 10, 80, 80 ] 12 blur-radius: 25 13 clip-mode: inset