| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutSVGRect rect id='r'", | 10 "object": "LayoutSVGRect rect id='r'", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 } | 63 } |
| 64 ] | 64 ] |
| 65 } | 65 } |
| 66 ], | 66 ], |
| 67 "objectPaintInvalidations": [ | 67 "objectPaintInvalidations": [ |
| 68 { | 68 { |
| 69 "object": "LayoutSVGContainer g id='g'", | 69 "object": "LayoutSVGContainer g id='g'", |
| 70 "reason": "full" | 70 "reason": "full" |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "object": "LayoutSVGHiddenContainer defs", | |
| 74 "reason": "location change" | |
| 75 }, | |
| 76 { | |
| 77 "object": "LayoutSVGResourceClipper clipPath id='p'", | |
| 78 "reason": "location change" | |
| 79 }, | |
| 80 { | |
| 81 "object": "LayoutSVGRect rect id='r'", | 73 "object": "LayoutSVGRect rect id='r'", |
| 82 "reason": "full" | 74 "reason": "full" |
| 83 }, | 75 }, |
| 84 { | 76 { |
| 85 "object": "LayoutSVGImage image", | 77 "object": "LayoutSVGImage image", |
| 86 "reason": "full" | 78 "reason": "full" |
| 87 }, | 79 }, |
| 88 { | 80 { |
| 89 "object": "LayoutSVGContainer g id='g'", | 81 "object": "LayoutSVGContainer g id='g'", |
| 90 "reason": "full" | 82 "reason": "full" |
| 91 }, | 83 }, |
| 92 { | 84 { |
| 93 "object": "LayoutSVGHiddenContainer defs", | |
| 94 "reason": "location change" | |
| 95 }, | |
| 96 { | |
| 97 "object": "LayoutSVGResourceClipper clipPath id='p'", | |
| 98 "reason": "location change" | |
| 99 }, | |
| 100 { | |
| 101 "object": "LayoutSVGRect rect id='r'", | 85 "object": "LayoutSVGRect rect id='r'", |
| 102 "reason": "full" | 86 "reason": "full" |
| 103 }, | 87 }, |
| 104 { | 88 { |
| 105 "object": "LayoutSVGImage image", | 89 "object": "LayoutSVGImage image", |
| 106 "reason": "full" | 90 "reason": "full" |
| 107 } | 91 } |
| 108 ] | 92 ] |
| 109 } | 93 } |
| 110 | 94 |
| OLD | NEW |