| 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 "transformOrigin": [400, 0], | 13 "transformOrigin": [400, 0], |
| 14 "bounds": [256, 256], | 14 "bounds": [256, 256], |
| 15 "contentsOpaque": true, | 15 "contentsOpaque": true, |
| 16 "drawsContent": true | 16 "drawsContent": true |
| 17 }, | 17 }, |
| 18 { | 18 { |
| 19 "bounds": [300, 300], | 19 "bounds": [300, 300], |
| 20 "drawsContent": true | 20 "drawsContent": true |
| 21 } | 21 } |
| 22 ] | 22 ] |
| 23 } | 23 } |
| 24 ] | 24 ] |
| 25 } | 25 } |
| 26 ] | 26 ] |
| 27 } | 27 } |
| 28 | 28 |
| OLD | NEW |