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 [103, 8, 5, 24], | 9 [103, 8, 5, 24], |
10 [58, 62, 50, 10], | 10 [58, 62, 50, 10], |
11 [58, 45, 50, 27], | 11 [58, 45, 50, 27], |
12 [58, 45, 50, 17], | 12 [58, 45, 50, 17], |
13 [23, 62, 85, 10], | 13 [23, 62, 85, 10], |
14 [23, 8, 85, 24], | 14 [23, 8, 85, 24], |
15 [23, 8, 80, 24] | 15 [23, 8, 80, 24] |
16 ], | 16 ], |
17 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
18 "RootInlineBox", | 18 "RootInlineBox", |
19 "InlineTextBox 'A'", | 19 "InlineTextBox 'A'", |
20 "InlineTextBox ' B C'", | 20 "InlineTextBox ' B C'", |
21 "RootInlineBox", | 21 "RootInlineBox", |
22 "InlineTextBox 'X'", | 22 "InlineTextBox 'X'", |
23 "InlineTextBox ' Y Z'", | 23 "InlineTextBox ' Y Z'", |
24 "LayoutSVGRoot svg", | 24 "LayoutSVGRoot svg", |
25 "LayoutSVGText text id='target'", | 25 "LayoutSVGText text id='target'", |
| 26 "RootInlineBox", |
26 "LayoutSVGInlineText #text", | 27 "LayoutSVGInlineText #text", |
27 "InlineTextBox 'A'", | 28 "InlineTextBox 'A'", |
28 "InlineTextBox ' B C'", | 29 "InlineTextBox ' B C'", |
29 "LayoutSVGText text id='source'", | 30 "LayoutSVGText text id='source'", |
| 31 "RootInlineBox", |
30 "LayoutSVGInlineText #text", | 32 "LayoutSVGInlineText #text", |
31 "InlineTextBox 'X Y Z'" | 33 "InlineTextBox 'X Y Z'" |
32 ] | 34 ] |
33 } | 35 } |
34 ] | 36 ] |
35 } | 37 } |
36 | 38 |
OLD | NEW |