OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 }, | 83 }, |
84 { | 84 { |
85 "object": "RootInlineBox", | 85 "object": "RootInlineBox", |
86 "reason": "forced by layout" | 86 "reason": "forced by layout" |
87 }, | 87 }, |
88 { | 88 { |
89 "object": "LayoutSVGRoot svg", | 89 "object": "LayoutSVGRoot svg", |
90 "reason": "forced by layout" | 90 "reason": "forced by layout" |
91 }, | 91 }, |
92 { | 92 { |
| 93 "object": "LayoutSVGHiddenContainer defs", |
| 94 "reason": "location change" |
| 95 }, |
| 96 { |
93 "object": "LayoutSVGRect rect id='targetRect'", | 97 "object": "LayoutSVGRect rect id='targetRect'", |
94 "reason": "full" | 98 "reason": "full" |
95 }, | 99 }, |
96 { | 100 { |
97 "object": "LayoutSVGRect rect id='targetRect1'", | 101 "object": "LayoutSVGRect rect id='targetRect1'", |
98 "reason": "full" | 102 "reason": "full" |
99 }, | 103 }, |
100 { | 104 { |
101 "object": "LayoutSVGContainer use id='targetUse'", | 105 "object": "LayoutSVGContainer use id='targetUse'", |
102 "reason": "full" | 106 "reason": "full" |
(...skipping 18 matching lines...) Expand all Loading... |
121 "object": "LayoutSVGContainer g id='targetUse'", | 125 "object": "LayoutSVGContainer g id='targetUse'", |
122 "reason": "full" | 126 "reason": "full" |
123 }, | 127 }, |
124 { | 128 { |
125 "object": "LayoutSVGRect rect id='targetRect1'", | 129 "object": "LayoutSVGRect rect id='targetRect1'", |
126 "reason": "full" | 130 "reason": "full" |
127 } | 131 } |
128 ] | 132 ] |
129 } | 133 } |
130 | 134 |
OLD | NEW |