| OLD | NEW |
| 1 This content is in the parent | 1 This content is in the parent |
| 2 Box should switch between perspective and flat | 2 Box should switch between perspective and flat |
| 3 | 3 |
| 4 First dump layer tree: | 4 First dump layer tree: |
| 5 { | 5 { |
| 6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
| 7 "children": [ | 7 "children": [ |
| 8 { | 8 { |
| 9 "bounds": [800, 600], | 9 "bounds": [800, 600], |
| 10 "contentsOpaque": true, | 10 "contentsOpaque": true, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "bounds": [800, 600], | 21 "bounds": [800, 600], |
| 22 "contentsOpaque": true, | 22 "contentsOpaque": true, |
| 23 "drawsContent": true, | 23 "drawsContent": true, |
| 24 "children": [ | 24 "children": [ |
| 25 { | 25 { |
| 26 "position": [8, 8], | 26 "position": [8, 8], |
| 27 "bounds": [342, 292], | 27 "bounds": [342, 292], |
| 28 "drawsContent": true, | 28 "drawsContent": true, |
| 29 "children": [ | 29 "children": [ |
| 30 { | 30 { |
| 31 "position": [31, 37], | 31 "position": [31, 39], |
| 32 "bounds": [250, 220], | 32 "bounds": [250, 220], |
| 33 "contentsOpaque": true, | 33 "contentsOpaque": true, |
| 34 "drawsContent": true, | 34 "drawsContent": true, |
| 35 "backgroundColor": "#0000FF", | 35 "backgroundColor": "#0000FF", |
| 36 "children": [ | 36 "children": [ |
| 37 { | 37 { |
| 38 "position": [10, 10], | 38 "position": [10, 10], |
| 39 "bounds": [200, 200], | 39 "bounds": [200, 200], |
| 40 "contentsOpaque": true, | 40 "contentsOpaque": true, |
| 41 "drawsContent": true, | 41 "drawsContent": true, |
| (...skipping 24 matching lines...) Expand all Loading... |
| 66 } | 66 } |
| 67 ] | 67 ] |
| 68 } | 68 } |
| 69 ] | 69 ] |
| 70 } | 70 } |
| 71 ] | 71 ] |
| 72 } | 72 } |
| 73 | 73 |
| 74 Third dump layer tree: | 74 Third dump layer tree: |
| 75 { | 75 { |
| 76 "bounds": [785, 1236], | 76 "bounds": [785, 1376], |
| 77 "children": [ | 77 "children": [ |
| 78 { | 78 { |
| 79 "bounds": [785, 1236], | 79 "bounds": [785, 1376], |
| 80 "contentsOpaque": true, | 80 "contentsOpaque": true, |
| 81 "drawsContent": true | 81 "drawsContent": true |
| 82 } | 82 } |
| 83 ] | 83 ] |
| 84 } | 84 } |
| 85 | 85 |
| OLD | NEW |