15 lines
290 B
YAML
15 lines
290 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: box-shadow
|
|
bounds: [ 0, 0, 1024, 1024 ]
|
|
color: green
|
|
clip-mode: inset
|
|
blur-radius: 10000
|
|
border-radius: {
|
|
top-left: [500, 700],
|
|
top-right: [500, 700],
|
|
bottom-left: [600, 400],
|
|
bottom-right: [600, 400],
|
|
}
|
|
|