| 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 "shouldFlattenTransform": false, | 10 "shouldFlattenTransform": false, |
| 11 "children": [ | 11 "children": [ |
| 12 { | 12 { |
| 13 "position": [80, 80], | 13 "position": [105, 105], |
| 14 "transformOrigin": [75, 75], | 14 "bounds": [100, 100], |
| 15 "bounds": [125, 125], | 15 "contentsOpaque": true, |
| 16 "drawsContent": true, | 16 "drawsContent": true, |
| 17 "backgroundColor": "#000000" | 17 "backgroundColor": "#000000" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "bounds": [100, 100], | 20 "bounds": [100, 100], |
| 21 "drawsContent": true | 21 "drawsContent": true |
| 22 } | 22 } |
| 23 ] | 23 ] |
| 24 } | 24 } |
| 25 ] | 25 ] |
| 26 } | 26 } |
| 27 ] | 27 ] |
| 28 } | 28 } |
| 29 | 29 |
| OLD | NEW |