blob: 7764f0a276112d2d0087919ab65926d68c800bab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 100, 100]
items:
- type: rect
bounds: [ 0, 0, 100, 100 ]
color: [0, 255, 0]
- type: box-shadow
bounds: [ 0, 0, 100, 100 ]
clip-mode: inset
color: [255, 255, 255, 0.1]
blur-radius: 100
|