| 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": [ |
| 11 { | 11 { |
| 12 "object": "LayoutSVGRoot svg", | 12 "object": "LayoutSVGRoot svg", |
| 13 "rect": [0, 10, 237, 70], | 13 "rect": [0, 10, 236, 70], |
| 14 "reason": "incremental" | 14 "reason": "incremental" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutSVGRoot svg", | 17 "object": "LayoutSVGRoot svg", |
| 18 "rect": [0, 75, 237, 5], | 18 "rect": [0, 75, 236, 5], |
| 19 "reason": "incremental" | 19 "reason": "incremental" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutSVGRect rect id='r'", | 22 "object": "LayoutSVGRect rect id='r'", |
| 23 "rect": [0, 0, 100, 100], | 23 "rect": [0, 0, 100, 100], |
| 24 "reason": "full" | 24 "reason": "full" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutSVGRect rect id='r'", | 27 "object": "LayoutSVGRect rect id='r'", |
| 28 "rect": [0, 0, 100, 100], | 28 "rect": [0, 0, 100, 100], |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "object": "LayoutSVGRect rect id='r'", | 121 "object": "LayoutSVGRect rect id='r'", |
| 122 "reason": "full" | 122 "reason": "full" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "object": "LayoutSVGImage image", | 125 "object": "LayoutSVGImage image", |
| 126 "reason": "full" | 126 "reason": "full" |
| 127 } | 127 } |
| 128 ] | 128 ] |
| 129 } | 129 } |
| 130 | 130 |
| OLD | NEW |