OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "InlineFlowBox", | 10 "object": "InlineFlowBox", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 "rect": [59, 43, 95, 23], | 66 "rect": [59, 43, 95, 23], |
67 "reason": "bounds change" | 67 "reason": "bounds change" |
68 }, | 68 }, |
69 { | 69 { |
70 "object": "LayoutSVGInlineText #text", | 70 "object": "LayoutSVGInlineText #text", |
71 "rect": [59, 43, 95, 23], | 71 "rect": [59, 43, 95, 23], |
72 "reason": "bounds change" | 72 "reason": "bounds change" |
73 }, | 73 }, |
74 { | 74 { |
75 "object": "LayoutSVGRoot (positioned) svg", | 75 "object": "LayoutSVGRoot (positioned) svg", |
76 "rect": [59, 143, 95, 23], | |
77 "reason": "bounds change" | |
78 }, | |
79 { | |
80 "object": "LayoutSVGRoot (positioned) svg", | |
81 "rect": [59, 43, 95, 123], | 76 "rect": [59, 43, 95, 123], |
82 "reason": "bounds change" | 77 "reason": "bounds change" |
83 }, | 78 }, |
84 { | 79 { |
85 "object": "LayoutSVGTSpan tspan", | 80 "object": "LayoutSVGTSpan tspan", |
86 "rect": [59, 43, 95, 23], | 81 "rect": [59, 43, 95, 23], |
87 "reason": "full" | 82 "reason": "full" |
88 }, | 83 }, |
89 { | 84 { |
90 "object": "LayoutSVGTSpan tspan", | 85 "object": "LayoutSVGTSpan tspan", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 { | 124 { |
130 "object": "RootInlineBox", | 125 "object": "RootInlineBox", |
131 "rect": [0, 0, 0, 0], | 126 "rect": [0, 0, 0, 0], |
132 "reason": "full" | 127 "reason": "full" |
133 } | 128 } |
134 ] | 129 ] |
135 } | 130 } |
136 ] | 131 ] |
137 } | 132 } |
138 | 133 |
OLD | NEW |