OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutSVGText text id='target'", | 12 "object": "LayoutSVGText text id='target'", |
11 "rect": [23, 8, 85, 24], | 13 "rect": [23, 8, 85, 24], |
12 "reason": "full" | 14 "reason": "full" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutSVGRoot svg", | 17 "object": "LayoutSVGRoot svg", |
16 "rect": [23, 62, 85, 10], | 18 "rect": [23, 62, 85, 10], |
17 "reason": "incremental" | 19 "reason": "incremental" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutSVGText text id='source'", | 22 "object": "LayoutSVGText text id='source'", |
21 "rect": [58, 45, 50, 27], | 23 "rect": [58, 45, 50, 27], |
22 "reason": "full" | 24 "reason": "full" |
23 }, | 25 }, |
24 { | 26 { |
25 "object": "LayoutSVGInlineText #text", | 27 "object": "LayoutSVGInlineText #text", |
26 "rect": [58, 62, 50, 10], | 28 "rect": [58, 62, 50, 10], |
27 "reason": "incremental" | 29 "reason": "incremental" |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutSVGInlineText #text", | 32 "object": "LayoutSVGInlineText #text", |
31 "rect": [103, 8, 5, 24], | 33 "rect": [103, 8, 5, 24], |
32 "reason": "incremental" | 34 "reason": "incremental" |
33 }, | |
34 { | |
35 "object": "InlineTextBox ' B C'", | |
36 "reason": "incremental" | |
37 }, | |
38 { | |
39 "object": "InlineTextBox ' B C'", | |
40 "reason": "full" | |
41 }, | |
42 { | |
43 "object": "InlineTextBox ' Y Z'", | |
44 "reason": "full" | |
45 }, | |
46 { | |
47 "object": "InlineTextBox 'A'", | |
48 "reason": "incremental" | |
49 }, | |
50 { | |
51 "object": "InlineTextBox 'A'", | |
52 "reason": "full" | |
53 }, | |
54 { | |
55 "object": "InlineTextBox 'X Y Z'", | |
56 "reason": "incremental" | |
57 }, | |
58 { | |
59 "object": "InlineTextBox 'X'", | |
60 "reason": "full" | |
61 }, | |
62 { | |
63 "object": "RootInlineBox", | |
64 "reason": "full" | |
65 }, | |
66 { | |
67 "object": "RootInlineBox", | |
68 "reason": "full" | |
69 }, | |
70 { | |
71 "object": "RootInlineBox", | |
72 "reason": "full" | |
73 }, | |
74 { | |
75 "object": "RootInlineBox", | |
76 "reason": "full" | |
77 } | 35 } |
78 ] | 36 ] |
79 } | 37 } |
| 38 ], |
| 39 "objectPaintInvalidations": [ |
| 40 { |
| 41 "object": "LayoutSVGRoot svg", |
| 42 "reason": "incremental" |
| 43 }, |
| 44 { |
| 45 "object": "LayoutSVGText text id='target'", |
| 46 "reason": "full" |
| 47 }, |
| 48 { |
| 49 "object": "RootInlineBox", |
| 50 "reason": "full" |
| 51 }, |
| 52 { |
| 53 "object": "LayoutSVGInlineText #text", |
| 54 "reason": "incremental" |
| 55 }, |
| 56 { |
| 57 "object": "InlineTextBox 'A'", |
| 58 "reason": "incremental" |
| 59 }, |
| 60 { |
| 61 "object": "InlineTextBox ' B C'", |
| 62 "reason": "incremental" |
| 63 }, |
| 64 { |
| 65 "object": "LayoutSVGText text id='source'", |
| 66 "reason": "full" |
| 67 }, |
| 68 { |
| 69 "object": "RootInlineBox", |
| 70 "reason": "full" |
| 71 }, |
| 72 { |
| 73 "object": "LayoutSVGInlineText #text", |
| 74 "reason": "incremental" |
| 75 }, |
| 76 { |
| 77 "object": "InlineTextBox 'X Y Z'", |
| 78 "reason": "incremental" |
| 79 } |
80 ] | 80 ] |
81 } | 81 } |
82 | 82 |
OLD | NEW |