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": [
[282, 36, 46, 17],
[270, 54, 46, 17],
[225, 54, 46, 17],
[90, 54, 46, 17],
[52, 72, 46, 17],
[20, 214, 202, 72],
[10, 181, 138, 12],
[10, 126, 228, 18]
],
"paintInvalidationClients": [
"LayoutText #text",
"InlineTextBox 'findme'",
"LayoutText #text",
"InlineTextBox 'findme'",
"LayoutText #text",
"InlineTextBox 'findme'",
"LayoutText #text",
"InlineTextBox 'findme'",
"LayoutText #text",
"InlineTextBox 'findme'",
"LayoutSVGInlineText #text",
"InlineTextBox 'Can you findme in this boring text?'",
"LayoutSVGInlineText #text",
"InlineTextBox 'Findme in a typewriter!'",
"LayoutSVGInlineText #text",
"InlineTextBox 'Findme on a path! Did you findme?'"
]
}
]
}
|