blob: be50589d2aa502c2ac6de938b3f9d1964698323d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
root:
items:
- type: stacking-context
bounds: [50, 50, 600, 600]
perspective: 20
items:
- type: stacking-context
items:
- type: rect
bounds: [25, 25, 50, 50]
color: red
|