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 ], | 16 ], |
17 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
18 "LayoutText #text" | 18 "LayoutText #text", |
| 19 "InlineTextBox 'Lorem ipsum dolor'", |
| 20 "InlineTextBox 'sit amet,'", |
| 21 "InlineTextBox 'consectetur'", |
| 22 "InlineTextBox 'adipiscing elit.'" |
19 ] | 23 ] |
20 } | 24 } |
21 ] | 25 ] |
22 } | 26 } |
23 ] | 27 ] |
24 } | 28 } |
25 | 29 |
OLD | NEW |