| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "children": [ | 8 "children": [ |
| 9 { | 9 { |
| 10 "position": [8, 8], | 10 "position": [8, 8], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 ] | 40 ] |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "position": [50, 200], | 43 "position": [50, 200], |
| 44 "bounds": [200, 200], | 44 "bounds": [200, 200], |
| 45 "contentsOpaque": true, | 45 "contentsOpaque": true, |
| 46 "drawsContent": true, | 46 "drawsContent": true, |
| 47 "backgroundColor": "#008000" | 47 "backgroundColor": "#008000" |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "position": [12, 12], | 50 "position": [4, 4], |
| 51 "bounds": [80, 80], | 51 "bounds": [80, 80], |
| 52 "shouldFlattenTransform": false, | 52 "shouldFlattenTransform": false, |
| 53 "hasScrollParent": true, | 53 "hasScrollParent": true, |
| 54 "children": [ | 54 "children": [ |
| 55 { | 55 { |
| 56 "position": [10, 10], | 56 "position": [18, 18], |
| 57 "bounds": [100, 100], | 57 "bounds": [100, 100], |
| 58 "contentsOpaque": true, | 58 "contentsOpaque": true, |
| 59 "drawsContent": true, | 59 "drawsContent": true, |
| 60 "backgroundColor": "#FF0000" | 60 "backgroundColor": "#FF0000" |
| 61 } | 61 } |
| 62 ] | 62 ] |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "shouldFlattenTransform": false, | 65 "shouldFlattenTransform": false, |
| 66 "hasScrollParent": true, | 66 "hasScrollParent": true, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 77 "bounds": [100, 320], | 77 "bounds": [100, 320], |
| 78 "drawsContent": true | 78 "drawsContent": true |
| 79 } | 79 } |
| 80 ] | 80 ] |
| 81 } | 81 } |
| 82 ] | 82 ] |
| 83 } | 83 } |
| 84 ] | 84 ] |
| 85 } | 85 } |
| 86 | 86 |
| OLD | NEW |