| 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": [630, 180], | 11 "bounds": [630, 180], |
| 12 "drawsContent": true, | 12 "drawsContent": true, |
| 13 "backfaceVisibility": "hidden", | 13 "backfaceVisibility": "hidden", |
| 14 "repaintRects": [ | 14 "repaintRects": [ |
| 15 [0, 0, 630, 180], | 15 [0, 0, 630, 180], |
| 16 [0, 0, 625, 180] | 16 [0, 0, 625, 180] |
| 17 ], |
| 18 "paintInvalidationClients": [ |
| 19 "LayoutText #text", |
| 20 "InlineTextBox 'Lorem ipsum'", |
| 21 "InlineTextBox 'dolor sit amet,'", |
| 22 "InlineTextBox 'consectetur'", |
| 23 "InlineTextBox 'adipiscing'", |
| 24 "InlineTextBox 'elit. Fusce'", |
| 25 "InlineTextBox 'varius, metus'", |
| 26 "InlineTextBox 'eu fringilla'", |
| 27 "InlineTextBox 'pulvinar, ipsum'", |
| 28 "InlineTextBox 'sapien'", |
| 29 "InlineTextBox 'ultricies arcu,'", |
| 30 "InlineTextBox 'non condimentum'", |
| 31 "InlineTextBox 'quam est eu'", |
| 32 "InlineTextBox 'purus. Ut nisl'", |
| 33 "InlineTextBox 'libero,'", |
| 34 "InlineTextBox 'suscipit ut leo'", |
| 35 "InlineTextBox 'eget, dapibus'", |
| 36 "InlineTextBox 'ultrices dolor.'", |
| 37 "LayoutMultiColumnSet (anonymous)" |
| 17 ] | 38 ] |
| 18 } | 39 } |
| 19 ] | 40 ] |
| 20 } | 41 } |
| 21 ] | 42 ] |
| 22 } | 43 } |
| 23 | 44 |
| OLD | NEW |