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 ], | 16 ], |
17 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
18 "LayoutText #text" | 18 "LayoutText #text", |
| 19 "InlineTextBox 'Lorem ipsum'", |
| 20 "InlineTextBox 'dolor sit amet,'", |
| 21 "InlineTextBox 'consectetur'", |
| 22 "InlineTextBox 'adipiscing'", |
| 23 "InlineTextBox 'elit. Fusce'", |
| 24 "InlineTextBox 'varius, metus'", |
| 25 "InlineTextBox 'eu fringilla'", |
| 26 "InlineTextBox 'pulvinar, ipsum'", |
| 27 "InlineTextBox 'sapien'", |
| 28 "InlineTextBox 'ultricies arcu,'", |
| 29 "InlineTextBox 'non condimentum'", |
| 30 "InlineTextBox 'quam est eu'", |
| 31 "InlineTextBox 'purus. Ut nisl'", |
| 32 "InlineTextBox 'libero,'", |
| 33 "InlineTextBox 'suscipit ut leo'", |
| 34 "InlineTextBox 'eget, dapibus'", |
| 35 "InlineTextBox 'ultrices dolor.'" |
19 ] | 36 ] |
20 } | 37 } |
21 ] | 38 ] |
22 } | 39 } |
23 ] | 40 ] |
24 } | 41 } |
25 | 42 |
OLD | NEW |