| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "objectPaintInvalidations": [ | 79 "objectPaintInvalidations": [ |
| 80 { | 80 { |
| 81 "object": "LayoutSVGRoot svg", | 81 "object": "LayoutSVGRoot svg", |
| 82 "reason": "incremental" | 82 "reason": "incremental" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "object": "LayoutSVGContainer g id='g'", | 85 "object": "LayoutSVGContainer g id='g'", |
| 86 "reason": "full" | 86 "reason": "full" |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "object": "LayoutSVGHiddenContainer defs", |
| 90 "reason": "none" |
| 91 }, |
| 92 { |
| 93 "object": "LayoutSVGResourceClipper clipPath id='p'", |
| 94 "reason": "none" |
| 95 }, |
| 96 { |
| 89 "object": "LayoutSVGRect rect id='r'", | 97 "object": "LayoutSVGRect rect id='r'", |
| 90 "reason": "full" | 98 "reason": "full" |
| 91 }, | 99 }, |
| 92 { | 100 { |
| 93 "object": "LayoutSVGImage image", | 101 "object": "LayoutSVGImage image", |
| 94 "reason": "full" | 102 "reason": "full" |
| 95 }, | 103 }, |
| 96 { | 104 { |
| 97 "object": "LayoutSVGRoot svg", | 105 "object": "LayoutSVGRoot svg", |
| 98 "reason": "incremental" | 106 "reason": "incremental" |
| 99 }, | 107 }, |
| 100 { | 108 { |
| 101 "object": "LayoutSVGContainer g id='g'", | 109 "object": "LayoutSVGContainer g id='g'", |
| 102 "reason": "full" | 110 "reason": "full" |
| 103 }, | 111 }, |
| 104 { | 112 { |
| 113 "object": "LayoutSVGHiddenContainer defs", |
| 114 "reason": "none" |
| 115 }, |
| 116 { |
| 117 "object": "LayoutSVGResourceClipper clipPath id='p'", |
| 118 "reason": "none" |
| 119 }, |
| 120 { |
| 105 "object": "LayoutSVGRect rect id='r'", | 121 "object": "LayoutSVGRect rect id='r'", |
| 106 "reason": "full" | 122 "reason": "full" |
| 107 }, | 123 }, |
| 108 { | 124 { |
| 109 "object": "LayoutSVGImage image", | 125 "object": "LayoutSVGImage image", |
| 110 "reason": "full" | 126 "reason": "full" |
| 111 } | 127 } |
| 112 ] | 128 ] |
| 113 } | 129 } |
| 114 | 130 |
| OLD | NEW |