| 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 "backgroundColor": "#402B3C", |
| 8 "children": [ | 9 "children": [ |
| 9 { | 10 { |
| 10 "shouldFlattenTransform": false, | 11 "shouldFlattenTransform": false, |
| 11 "children": [ | 12 "children": [ |
| 12 { | 13 { |
| 13 "position": [8, 13], | 14 "position": [8, 13], |
| 14 "bounds": [150, 150], | 15 "bounds": [150, 150], |
| 15 "contentsOpaque": true, | 16 "contentsOpaque": true, |
| 16 "drawsContent": true, | 17 "drawsContent": true, |
| 17 "backgroundColor": "#D9CCA7" | 18 "backgroundColor": "#D9CCA7" |
| 18 }, | 19 }, |
| 19 { | 20 { |
| 20 "position": [20, 20], | 21 "position": [20, 20], |
| 21 "bounds": [226, 180], | 22 "bounds": [226, 180], |
| 22 "drawsContent": true | 23 "drawsContent": true |
| 23 } | 24 } |
| 24 ] | 25 ] |
| 25 } | 26 } |
| 26 ] | 27 ] |
| 27 } | 28 } |
| 28 ] | 29 ] |
| 29 } | 30 } |
| 30 | 31 |
| OLD | NEW |