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