| 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 "scrollBlocksOn": ["StartTouch", "WheelEvent"], |
| 6 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 7 "drawsContent": true, | 8 "drawsContent": true, |
| 8 "children": [ | 9 "children": [ |
| 9 { | 10 { |
| 10 "position": [8, 8], | 11 "position": [8, 8], |
| 11 "bounds": [100, 100], | 12 "bounds": [100, 100], |
| 12 "contentsOpaque": true, | 13 "contentsOpaque": true, |
| 13 "drawsContent": true, | 14 "drawsContent": true, |
| 14 "backgroundColor": "#ADD8E6" | 15 "backgroundColor": "#ADD8E6" |
| 15 }, | 16 }, |
| 16 { | 17 { |
| 17 "shouldFlattenTransform": false, | 18 "shouldFlattenTransform": false, |
| 18 "children": [ | 19 "children": [ |
| 19 { | 20 { |
| 20 "position": [-5, -5], | 21 "bounds": [50, 50], |
| 21 "bounds": [62, 62], | 22 "scrollBlocksOn": ["ScrollEvent"], |
| 23 "contentsOpaque": true, |
| 22 "drawsContent": true, | 24 "drawsContent": true, |
| 23 "backgroundColor": "#D3D3D3" | 25 "backgroundColor": "#D3D3D3" |
| 24 }, | 26 }, |
| 25 { | 27 { |
| 26 "position": [50, 50], | 28 "position": [50, 50], |
| 27 "bounds": [50, 50], | 29 "bounds": [50, 50], |
| 28 "drawsContent": true | 30 "drawsContent": true |
| 29 } | 31 } |
| 30 ] | 32 ] |
| 31 } | 33 } |
| 32 ] | 34 ] |
| 33 } | 35 } |
| 34 ] | 36 ] |
| 35 } | 37 } |
| 36 | 38 |
| OLD | NEW |