blob: 1427b57dd94cf20a0db8c9acc654f12dae92f422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
root:
items:
- type: stacking-context
bounds: 0 0 300 100
transform-style: flat
perspective: 100
items:
- type: stacking-context
bounds: 0 0 100 100
transform-style: flat
transform: rotate-y(-120)
backface-visible: true
items:
- type: rect
bounds: 0 0 100 100
color: red
|