| 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 "paintInvalidations": [ |
| 15 [520, 0, 80, 340] | 15 { |
| 16 ], | 16 "object": "InlineTextBox 'Lorem ipsum dolor'", |
| 17 "paintInvalidationClients": [ | 17 "rect": [0, 0, 0, 0], |
| 18 "LayoutText #text", | 18 "reason": "style change" |
| 19 "InlineTextBox 'Lorem ipsum dolor'", | 19 }, |
| 20 "InlineTextBox 'sit amet,'", | 20 { |
| 21 "InlineTextBox 'consectetur'", | 21 "object": "InlineTextBox 'adipiscing elit.'", |
| 22 "InlineTextBox 'adipiscing elit.'" | 22 "rect": [0, 0, 0, 0], |
| 23 "reason": "style change" |
| 24 }, |
| 25 { |
| 26 "object": "InlineTextBox 'consectetur'", |
| 27 "rect": [0, 0, 0, 0], |
| 28 "reason": "style change" |
| 29 }, |
| 30 { |
| 31 "object": "InlineTextBox 'sit amet,'", |
| 32 "rect": [0, 0, 0, 0], |
| 33 "reason": "style change" |
| 34 }, |
| 35 { |
| 36 "object": "LayoutText #text", |
| 37 "rect": [520, 0, 80, 340], |
| 38 "reason": "style change" |
| 39 } |
| 23 ] | 40 ] |
| 24 } | 41 } |
| 25 ] | 42 ] |
| 26 } | 43 } |
| 27 ] | 44 ] |
| 28 } | 45 } |
| 29 | 46 |
| OLD | NEW |