blob: 62d5dd10c991303d41b7333d3b13d75069a5988b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 100, 100]
items:
- type: clip
bounds: [0, 0, 100, 100]
complex:
- rect: [ 10, 10, 80, 80 ]
radius: 10
items:
- type: box-shadow
bounds: [ 10, 10, 80, 80 ]
blur-radius: 25
clip-mode: inset
|