| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "bounds": [800, 600], | |
| 3 "children": [ | |
| 4 { | |
| 5 "bounds": [800, 600], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "repaintRects": [ | |
| 9 [0, 200, 200, 200], | |
| 10 [0, 0, 200, 200] | |
| 11 ], | |
| 12 "children": [ | |
| 13 { | |
| 14 "bounds": [100, 100], | |
| 15 "contentsOpaque": true, | |
| 16 "drawsContent": true, | |
| 17 "backfaceVisibility": "hidden", | |
| 18 "backgroundColor": "#008000" | |
| 19 }, | |
| 20 { | |
| 21 "position": [0, 200], | |
| 22 "bounds": [200, 200], | |
| 23 "shouldFlattenTransform": false, | |
| 24 "children": [ | |
| 25 { | |
| 26 "bounds": [100, 100], | |
| 27 "contentsOpaque": true, | |
| 28 "drawsContent": true, | |
| 29 "backfaceVisibility": "hidden", | |
| 30 "backgroundColor": "#008000" | |
| 31 } | |
| 32 ] | |
| 33 }, | |
| 34 { | |
| 35 "position": [150, 150], | |
| 36 "bounds": [100, 100], | |
| 37 "contentsOpaque": true, | |
| 38 "drawsContent": true, | |
| 39 "backfaceVisibility": "hidden", | |
| 40 "backgroundColor": "#008000" | |
| 41 }, | |
| 42 { | |
| 43 "position": [0, 200], | |
| 44 "bounds": [200, 200], | |
| 45 "shouldFlattenTransform": false, | |
| 46 "children": [ | |
| 47 { | |
| 48 "position": [150, 150], | |
| 49 "bounds": [100, 100], | |
| 50 "contentsOpaque": true, | |
| 51 "drawsContent": true, | |
| 52 "backfaceVisibility": "hidden", | |
| 53 "backgroundColor": "#008000" | |
| 54 } | |
| 55 ] | |
| 56 } | |
| 57 ] | |
| 58 } | |
| 59 ] | |
| 60 } | |
| 61 | |
| OLD | NEW |