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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 }, | 66 }, |
67 { | 67 { |
68 "object": "RootInlineBox", | 68 "object": "RootInlineBox", |
69 "reason": "forced by layout" | 69 "reason": "forced by layout" |
70 }, | 70 }, |
71 { | 71 { |
72 "object": "LayoutSVGRoot svg:svg id='svg'", | 72 "object": "LayoutSVGRoot svg:svg id='svg'", |
73 "reason": "full" | 73 "reason": "full" |
74 }, | 74 }, |
75 { | 75 { |
| 76 "object": "LayoutSVGHiddenContainer svg:defs", |
| 77 "reason": "location change" |
| 78 }, |
| 79 { |
| 80 "object": "LayoutSVGHiddenContainer svg:symbol id='symbol'", |
| 81 "reason": "location change" |
| 82 }, |
| 83 { |
76 "object": "LayoutSVGEllipse svg:circle id='circle'", | 84 "object": "LayoutSVGEllipse svg:circle id='circle'", |
77 "reason": "full" | 85 "reason": "full" |
78 }, | 86 }, |
79 { | 87 { |
80 "object": "LayoutSVGContainer svg:use id='use'", | 88 "object": "LayoutSVGContainer svg:use id='use'", |
81 "reason": "full" | 89 "reason": "full" |
82 }, | 90 }, |
83 { | 91 { |
84 "object": "LayoutSVGViewportContainer svg id='symbol'", | 92 "object": "LayoutSVGViewportContainer svg id='symbol'", |
85 "reason": "layoutObject insertion" | 93 "reason": "layoutObject insertion" |
86 }, | 94 }, |
87 { | 95 { |
88 "object": "LayoutSVGEllipse svg:circle id='circle'", | 96 "object": "LayoutSVGEllipse svg:circle id='circle'", |
89 "reason": "layoutObject insertion" | 97 "reason": "layoutObject insertion" |
90 } | 98 } |
91 ] | 99 ] |
92 } | 100 } |
93 | 101 |
OLD | NEW |