1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[16, 16, 18, 18],
[16, 16, 18, 18],
[8, 8, 17, 17],
[8, 8, 17, 17],
[0, 247, 680, 132],
[0, 247, 680, 132],
[0, 130, 519, 133],
[0, 130, 519, 133],
[0, 15, 680, 364],
[0, 15, 680, 364],
[0, 15, 370, 129],
[0, 15, 370, 129]
],
"paintInvalidationClients": [
"LayoutSVGResourcePattern pattern id='fillPattern'",
"LayoutSVGRect rect",
"LayoutSVGRect rect",
"LayoutSVGResourcePattern pattern id='strokePattern'",
"LayoutSVGRect rect",
"LayoutSVGRect rect",
"LayoutSVGRoot svg id='svg-root'",
"LayoutSVGContainer g id='content'",
"LayoutSVGText text",
"RootInlineBox",
"LayoutSVGInlineText #text",
"InlineTextBox 'Pattern on fill'",
"LayoutSVGText text",
"RootInlineBox",
"LayoutSVGInlineText #text",
"InlineTextBox 'Pattern on stroke'",
"LayoutSVGText text",
"RootInlineBox",
"LayoutSVGInlineText #text",
"InlineTextBox 'Pattern on fill/stroke'"
]
}
]
}
|