| 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 "shouldFlattenTransform": false, |
| 12 "drawsContent": true, | 13 "drawsContent": true, |
| 13 "children": [ | 14 "children": [ |
| 14 { | 15 { |
| 15 "bounds": [285, 285], | 16 "bounds": [285, 285], |
| 17 "shouldFlattenTransform": false, |
| 16 "children": [ | 18 "children": [ |
| 17 { | 19 { |
| 18 "bounds": [1000, 1000], | 20 "bounds": [1000, 1000], |
| 19 "shouldFlattenTransform": false, | |
| 20 "drawsContent": true | 21 "drawsContent": true |
| 21 } | 22 } |
| 22 ] | 23 ] |
| 23 }, | 24 }, |
| 24 { | 25 { |
| 25 "bounds": [300, 300], | 26 "bounds": [300, 300], |
| 26 "children": [ | 27 "children": [ |
| 27 { | 28 { |
| 28 "position": [0, 285], | 29 "position": [0, 285], |
| 29 "bounds": [285, 15] | 30 "bounds": [285, 15] |
| 30 }, | 31 }, |
| 31 { | 32 { |
| 32 "position": [285, 0], | 33 "position": [285, 0], |
| 33 "bounds": [15, 285] | 34 "bounds": [15, 285] |
| 34 }, | 35 }, |
| 35 { | 36 { |
| 36 "position": [285, 285], | 37 "position": [285, 285], |
| 37 "bounds": [15, 15], | 38 "bounds": [15, 15], |
| 38 "drawsContent": true | 39 "drawsContent": true |
| 39 } | 40 } |
| 40 ] | 41 ] |
| 41 } | 42 } |
| 42 ] | 43 ] |
| 43 } | 44 } |
| 44 ] | 45 ] |
| 45 } | 46 } |
| 46 ] | 47 ] |
| 47 } | 48 } |
| 48 | 49 |
| OLD | NEW |