| 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 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, 72], | 13 "position": [108, 72], |
| 14 "bounds": [304, 304], | 14 "bounds": [304, 304], |
| 15 "drawsContent": true, |
| 15 "children": [ | 16 "children": [ |
| 16 { | 17 { |
| 17 "bounds": [304, 304], | 18 "bounds": [304, 304], |
| 18 "shouldFlattenTransform": false, | 19 "shouldFlattenTransform": false, |
| 19 "transform": [ | 20 "transform": [ |
| 20 [1, 0, 0, 0], | 21 [1, 0, 0, 0], |
| 21 [0, 1, 0, 0], | 22 [0, 1, 0, 0], |
| 22 [0, 0, 1, -0.002], | 23 [0, 0, 1, -0.002], |
| 23 [0, 0, 0, 1] | 24 [0, 0, 0, 1] |
| 24 ], | 25 ], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 } | 59 } |
| 59 ] | 60 ] |
| 60 } | 61 } |
| 61 ] | 62 ] |
| 62 } | 63 } |
| 63 ] | 64 ] |
| 64 } | 65 } |
| 65 ] | 66 ] |
| 66 } | 67 } |
| 67 | 68 |
| OLD | NEW |