| 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": [600, 400], | 11 "bounds": [600, 400], |
| 12 "drawsContent": true, | 12 "drawsContent": true, |
| 13 "backfaceVisibility": "hidden", | 13 "backfaceVisibility": "hidden", |
| 14 "repaintRects": [ | 14 "repaintRects": [ |
| 15 [520, 0, 80, 340] | 15 [520, 0, 80, 340] |
| 16 ], |
| 17 "paintInvalidationClients": [ |
| 18 "LayoutText #text", |
| 19 "InlineTextBox 'Lorem ipsum dolor'", |
| 20 "InlineTextBox 'sit amet,'", |
| 21 "InlineTextBox 'consectetur'", |
| 22 "InlineTextBox 'adipiscing elit.'" |
| 16 ] | 23 ] |
| 17 } | 24 } |
| 18 ] | 25 ] |
| 19 } | 26 } |
| 20 ] | 27 ] |
| 21 } | 28 } |
| 22 | 29 |
| OLD | NEW |