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 [8, 8, 300, 100] | 9 [8, 8, 300, 100] |
10 ], | 10 ], |
11 "paintInvalidationClients": [ | 11 "paintInvalidationClients": [ |
12 "LayoutSVGResourcePattern pattern id='pat'", | 12 "LayoutSVGResourcePattern pattern id='pat'", |
13 "LayoutSVGText text", | 13 "LayoutSVGText text", |
| 14 "RootInlineBox", |
14 "LayoutSVGInlineText #text", | 15 "LayoutSVGInlineText #text", |
15 "InlineTextBox 'X'", | 16 "InlineTextBox 'X'", |
16 "LayoutSVGTSpan tspan", | 17 "LayoutSVGTSpan tspan", |
17 "InlineFlowBox", | 18 "InlineFlowBox", |
18 "LayoutSVGInlineText #text", | 19 "LayoutSVGInlineText #text", |
19 "InlineTextBox 'Y'", | 20 "InlineTextBox 'Y'", |
20 "LayoutSVGInlineText #text", | 21 "LayoutSVGInlineText #text", |
21 "InlineTextBox 'Z'" | 22 "InlineTextBox 'Z'" |
22 ] | 23 ] |
23 } | 24 } |
24 ] | 25 ] |
25 } | 26 } |
26 | 27 |
OLD | NEW |