blob: 8078b2e1d6f5bc5d2bc436fe9c6282765eabc34b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
items:
- type: rect
bounds: [100, 100, 500, 500]
color: black
- type: box-shadow
bounds: [100, 100, 500, 500]
blur-radius: 20
clip-mode: inset
spread-radius: 200
color: green
|