| 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 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [259, 40, 40, 19], | 9 [259, 40, 40, 19], |
| 10 [244, 60, 40, 19], | 10 [244, 60, 40, 19], |
| 11 [204, 60, 40, 19], | 11 [204, 60, 40, 19], |
| 12 [83, 60, 40, 19], | 12 [83, 60, 40, 19], |
| 13 [47, 80, 40, 19], | 13 [47, 80, 40, 19], |
| 14 [20, 224, 202, 72], | 14 [20, 224, 202, 72], |
| 15 [10, 191, 138, 12], | 15 [10, 191, 138, 12], |
| 16 [10, 135, 208, 19] | 16 [10, 135, 208, 19] |
| 17 ], |
| 18 "paintInvalidationClients": [ |
| 19 "LayoutText #text", |
| 20 "InlineTextBox 'findme'", |
| 21 "LayoutText #text", |
| 22 "InlineTextBox 'findme'", |
| 23 "LayoutText #text", |
| 24 "InlineTextBox 'findme'", |
| 25 "LayoutText #text", |
| 26 "InlineTextBox 'findme'", |
| 27 "LayoutText #text", |
| 28 "InlineTextBox 'findme'", |
| 29 "LayoutSVGInlineText #text", |
| 30 "InlineTextBox 'Can you findme in this boring text?'", |
| 31 "LayoutSVGInlineText #text", |
| 32 "InlineTextBox 'Findme in a typewriter!'", |
| 33 "LayoutSVGInlineText #text", |
| 34 "InlineTextBox 'Findme on a path! Did you findme?'" |
| 17 ] | 35 ] |
| 18 } | 36 } |
| 19 ] | 37 ] |
| 20 } | 38 } |
| 21 | 39 |
| OLD | NEW |