blob: dff763870728c98c6bded01d9e25a2bac4c6ff8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
root:
items:
- type: stacking-context
transform-style: preserve-3d
items:
- type: stacking-context
items:
- type: rect
bounds: 0 0 100 100
color: red
- type: stacking-context
transform: rotate-y(-0.1)
bounds: 0 0 100 100
items:
- type: rect
bounds: 0 0 100 100
color: green
|