| 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], |
| 11 "bounds": [300, 300], | 11 "bounds": [300, 300], |
| 12 "children": [ | 12 "children": [ |
| 13 { | 13 { |
| 14 "bounds": [285, 285], | 14 "bounds": [285, 285], |
| 15 "children": [ | 15 "children": [ |
| 16 { | 16 { |
| 17 "bounds": [1000, 1000], | 17 "bounds": [1000, 1000], |
| 18 "shouldFlattenTransform": false, | 18 "shouldFlattenTransform": false, |
| 19 "drawsContent": true, | 19 "drawsContent": true, |
| 20 "children": [ | 20 "children": [ |
| 21 { | 21 { |
| 22 | 22 "shouldFlattenTransform": false |
| 23 } | 23 } |
| 24 ] | 24 ] |
| 25 } | 25 } |
| 26 ] | 26 ] |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 "children": [ | 29 "children": [ |
| 30 { | 30 { |
| 31 "position": [0, 285], | 31 "position": [0, 285], |
| 32 "bounds": [285, 15], | 32 "bounds": [285, 15], |
| (...skipping 11 matching lines...) Expand all Loading... |
| 44 } | 44 } |
| 45 ] | 45 ] |
| 46 } | 46 } |
| 47 ] | 47 ] |
| 48 } | 48 } |
| 49 ] | 49 ] |
| 50 } | 50 } |
| 51 ] | 51 ] |
| 52 } | 52 } |
| 53 | 53 |
| OLD | NEW |