blob: cd2cd8b1a77b14630ec164cd5c921c9f4b5f9172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
root:
items:
-
type: "stacking-context"
transform: translate(10, 10.5, 0)
"transform-style": "preserve-3d"
items:
-
type: "stacking-context"
transform: translate(10, 10, 0)
"transform-style": "preserve-3d"
items:
-
bounds: [10, 10.5, 200, 1]
type: rect
color: red
-
bounds: [10, 0, 200, 1]
type: rect
color: red
|