rounding-ref.yaml (431B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 1000, 1000] 6 items: 7 - type: rect 8 bounds: [100, 100, 500, 500] 9 color: green 10 - type: rect 11 bounds: [200, 200, 300, 300] 12 color: black 13 - type: box-shadow 14 bounds: [200, 200, 300, 300] 15 blur-radius: 20 16 clip-mode: inset 17 spread-radius: 100 18 color: green