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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[53, 53, 10, 10],
[53, 53, 10, 10],
[53, 53, 10, 10],
[53, 53, 10, 10],
[33, 33, 50, 50],
[33, 33, 50, 50],
[33, 33, 50, 50],
[33, 33, 50, 50],
[8, 113, 784, 100],
[8, 8, 784, 204],
[8, 8, 25, 25],
[8, 8, 5, 5]
],
"paintInvalidationClients": [
"LayoutSVGEllipse svg:circle id='circle'",
"LayoutSVGViewportContainer svg id='symbol'",
"InlineBox",
"RootInlineBox",
"LayoutBlockFlow body",
"LayoutBlockFlow body",
"RootInlineBox",
"LayoutSVGRoot svg:svg id='svg'",
"LayoutSVGEllipse svg:circle id='circle'",
"LayoutSVGContainer svg:use id='use'",
"LayoutSVGViewportContainer svg id='symbol'",
"LayoutSVGEllipse svg:circle id='circle'"
]
}
]
}
|