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