| 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 "children": [ | 7 "children": [ |
| 8 { | 8 { |
| 9 "bounds": [800, 408], | 9 "bounds": [800, 408], |
| 10 "drawsContent": true, | 10 "drawsContent": true, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 { | 23 { |
| 24 "position": [108, 100], | 24 "position": [108, 100], |
| 25 "bounds": [300, 300], | 25 "bounds": [300, 300], |
| 26 "drawsContent": true, | 26 "drawsContent": true, |
| 27 "children": [ | 27 "children": [ |
| 28 { | 28 { |
| 29 "bounds": [285, 300], | 29 "bounds": [285, 300], |
| 30 "children": [ | 30 "children": [ |
| 31 { | 31 { |
| 32 "bounds": [285, 1000], | 32 "bounds": [285, 1000], |
| 33 "shouldFlattenTransform": false, | 33 "shouldFlattenTransform": false |
| 34 "children": [ | |
| 35 { | |
| 36 "shouldFlattenTransform": false | |
| 37 } | |
| 38 ] | |
| 39 } | 34 } |
| 40 ] | 35 ] |
| 41 }, | 36 }, |
| 42 { | 37 { |
| 43 "children": [ | 38 "children": [ |
| 44 { | 39 { |
| 45 "position": [285, 0], | 40 "position": [285, 0], |
| 46 "bounds": [15, 300], | 41 "bounds": [15, 300], |
| 47 "drawsContent": true | 42 "drawsContent": true |
| 48 } | 43 } |
| (...skipping 15 matching lines...) Expand all Loading... |
| 64 } | 59 } |
| 65 ] | 60 ] |
| 66 } | 61 } |
| 67 ] | 62 ] |
| 68 } | 63 } |
| 69 ] | 64 ] |
| 70 } | 65 } |
| 71 ] | 66 ] |
| 72 } | 67 } |
| 73 | 68 |
| OLD | NEW |