OLD | NEW |
1 The green box appear angled out from the yellow box and embedded in it. | 1 The green box appear angled out from the yellow box and embedded in it. |
2 | 2 |
3 -webkit-transform: translateZ(-100px) rotateY(45deg); | 3 transform: translateZ(-100px) rotateY(45deg); |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "children": [ | 6 "children": [ |
7 { | 7 { |
8 "bounds": [800, 600], | 8 "bounds": [800, 600], |
9 "contentsOpaque": true, | 9 "contentsOpaque": true, |
10 "drawsContent": true, | 10 "drawsContent": true, |
11 "children": [ | 11 "children": [ |
12 { | 12 { |
13 "position": [108, 73], | 13 "position": [108, 73], |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 } | 58 } |
59 ] | 59 ] |
60 } | 60 } |
61 ] | 61 ] |
62 } | 62 } |
63 ] | 63 ] |
64 } | 64 } |
65 ] | 65 ] |
66 } | 66 } |
67 | 67 |
OLD | NEW |