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