| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 80     { | 80     { | 
| 81       "object": "LayoutSVGRoot svg", | 81       "object": "LayoutSVGRoot svg", | 
| 82       "reason": "incremental" | 82       "reason": "incremental" | 
| 83     }, | 83     }, | 
| 84     { | 84     { | 
| 85       "object": "LayoutSVGViewportContainer svg id='inner'", | 85       "object": "LayoutSVGViewportContainer svg id='inner'", | 
| 86       "reason": "full" | 86       "reason": "full" | 
| 87     }, | 87     }, | 
| 88     { | 88     { | 
| 89       "object": "LayoutSVGHiddenContainer defs", | 89       "object": "LayoutSVGHiddenContainer defs", | 
| 90       "reason": "none" | 90       "reason": "location change" | 
| 91     }, | 91     }, | 
| 92     { | 92     { | 
| 93       "object": "LayoutSVGPath polygon id='triangle'", | 93       "object": "LayoutSVGPath polygon id='triangle'", | 
| 94       "reason": "none" | 94       "reason": "location change" | 
| 95     }, | 95     }, | 
| 96     { | 96     { | 
| 97       "object": "LayoutSVGRect rect", | 97       "object": "LayoutSVGRect rect", | 
| 98       "reason": "full" | 98       "reason": "full" | 
| 99     }, | 99     }, | 
| 100     { | 100     { | 
| 101       "object": "LayoutSVGRect rect", | 101       "object": "LayoutSVGRect rect", | 
| 102       "reason": "full" | 102       "reason": "full" | 
| 103     }, | 103     }, | 
| 104     { | 104     { | 
| (...skipping 16 matching lines...) Expand all  Loading... | 
| 121       "object": "LayoutSVGContainer use", | 121       "object": "LayoutSVGContainer use", | 
| 122       "reason": "full" | 122       "reason": "full" | 
| 123     }, | 123     }, | 
| 124     { | 124     { | 
| 125       "object": "LayoutSVGPath polygon id='triangle'", | 125       "object": "LayoutSVGPath polygon id='triangle'", | 
| 126       "reason": "bounds change" | 126       "reason": "bounds change" | 
| 127     } | 127     } | 
| 128   ] | 128   ] | 
| 129 } | 129 } | 
| 130 | 130 | 
| OLD | NEW | 
|---|