1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
root:
items:
-
type: "stacking-context"
transform: [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 15, 15, 0, 1]
"transform-style": "preserve-3d"
items:
-
perspective: [1, 0, 0, 0, 0, 1, 0, 0, -0.05, -0.1, 1, -0.00066666666, 0, 0, 0, 1]
type: "stacking-context"
"transform-style": "preserve-3d"
items:
-
bounds: [0, 0, 150, 300]
type: rect
color: 255 0 0 1.0000
-
bounds: [203, 15, 150, 300]
type: rect
color: 255 0 0 1.0000
-
bounds: [0, 0, 450, 150]
type: rect
color: 0 0 0 0.6667
|