| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "object": "LayoutSVGRoot svg", | 89 "object": "LayoutSVGRoot svg", |
| 90 "reason": "incremental" | 90 "reason": "incremental" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "object": "LayoutSVGViewportContainer svg id='inner'", | 93 "object": "LayoutSVGViewportContainer svg id='inner'", |
| 94 "reason": "full" | 94 "reason": "full" |
| 95 }, | 95 }, |
| 96 { | 96 { |
| 97 "object": "LayoutSVGHiddenContainer defs", |
| 98 "reason": "none" |
| 99 }, |
| 100 { |
| 101 "object": "LayoutSVGPath polygon id='triangle'", |
| 102 "reason": "none" |
| 103 }, |
| 104 { |
| 97 "object": "LayoutSVGRect rect", | 105 "object": "LayoutSVGRect rect", |
| 98 "reason": "full" | 106 "reason": "full" |
| 99 }, | 107 }, |
| 100 { | 108 { |
| 101 "object": "LayoutSVGRect rect", | 109 "object": "LayoutSVGRect rect", |
| 102 "reason": "full" | 110 "reason": "full" |
| 103 }, | 111 }, |
| 104 { | 112 { |
| 105 "object": "LayoutSVGText text", | 113 "object": "LayoutSVGText text", |
| 106 "reason": "full" | 114 "reason": "full" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 121 "object": "LayoutSVGContainer use", | 129 "object": "LayoutSVGContainer use", |
| 122 "reason": "full" | 130 "reason": "full" |
| 123 }, | 131 }, |
| 124 { | 132 { |
| 125 "object": "LayoutSVGPath polygon id='triangle'", | 133 "object": "LayoutSVGPath polygon id='triangle'", |
| 126 "reason": "bounds change" | 134 "reason": "bounds change" |
| 127 } | 135 } |
| 128 ] | 136 ] |
| 129 } | 137 } |
| 130 | 138 |
| OLD | NEW |