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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 }, | 88 }, |
89 { | 89 { |
90 "object": "RootInlineBox", | 90 "object": "RootInlineBox", |
91 "reason": "forced by layout" | 91 "reason": "forced by layout" |
92 }, | 92 }, |
93 { | 93 { |
94 "object": "LayoutSVGRoot svg", | 94 "object": "LayoutSVGRoot svg", |
95 "reason": "forced by layout" | 95 "reason": "forced by layout" |
96 }, | 96 }, |
97 { | 97 { |
| 98 "object": "LayoutSVGHiddenContainer defs", |
| 99 "reason": "location change" |
| 100 }, |
| 101 { |
98 "object": "LayoutSVGRect rect id='targetRect'", | 102 "object": "LayoutSVGRect rect id='targetRect'", |
99 "reason": "full" | 103 "reason": "full" |
100 }, | 104 }, |
101 { | 105 { |
102 "object": "LayoutSVGContainer use id='targetUse'", | 106 "object": "LayoutSVGContainer use id='targetUse'", |
103 "reason": "bounds change" | 107 "reason": "bounds change" |
104 }, | 108 }, |
105 { | 109 { |
106 "object": "LayoutSVGRect rect id='targetRect'", | 110 "object": "LayoutSVGRect rect id='targetRect'", |
107 "reason": "bounds change" | 111 "reason": "bounds change" |
108 }, | 112 }, |
109 { | 113 { |
110 "object": "LayoutSVGContainer use", | 114 "object": "LayoutSVGContainer use", |
111 "reason": "bounds change" | 115 "reason": "bounds change" |
112 }, | 116 }, |
113 { | 117 { |
114 "object": "LayoutSVGContainer g id='targetUse'", | 118 "object": "LayoutSVGContainer g id='targetUse'", |
115 "reason": "bounds change" | 119 "reason": "bounds change" |
116 }, | 120 }, |
117 { | 121 { |
118 "object": "LayoutSVGRect rect id='targetRect'", | 122 "object": "LayoutSVGRect rect id='targetRect'", |
119 "reason": "bounds change" | 123 "reason": "bounds change" |
120 } | 124 } |
121 ] | 125 ] |
122 } | 126 } |
123 | 127 |
OLD | NEW |