blob: 0c5176d06d98812979b6b3ed64f4c5da87182fe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 600, 600]
perspective: 20
items:
- type: stacking-context
transform: rotate-z(-45) rotate-x(-45)
filters: drop-shadow([0, 0], 10000, blue)
items:
- type: rect
bounds: [0, 0, 20000, 100]
color: green
|