OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutSVGRoot svg", | 12 "object": "LayoutSVGRoot svg", |
11 "rect": [0, 10, 222, 70], | 13 "rect": [0, 10, 222, 70], |
12 "reason": "incremental" | 14 "reason": "incremental" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "rect": [0, 0, 10, 10], | 73 "rect": [0, 0, 10, 10], |
72 "reason": "full" | 74 "reason": "full" |
73 }, | 75 }, |
74 { | 76 { |
75 "object": "LayoutSVGRoot svg", | 77 "object": "LayoutSVGRoot svg", |
76 "rect": [222, 0, 3, 75], | 78 "rect": [222, 0, 3, 75], |
77 "reason": "incremental" | 79 "reason": "incremental" |
78 } | 80 } |
79 ] | 81 ] |
80 } | 82 } |
| 83 ], |
| 84 "objectPaintInvalidations": [ |
| 85 { |
| 86 "object": "LayoutSVGRoot svg", |
| 87 "reason": "incremental" |
| 88 }, |
| 89 { |
| 90 "object": "LayoutSVGContainer g id='g'", |
| 91 "reason": "full" |
| 92 }, |
| 93 { |
| 94 "object": "LayoutSVGRect rect id='r'", |
| 95 "reason": "full" |
| 96 }, |
| 97 { |
| 98 "object": "LayoutSVGImage image", |
| 99 "reason": "full" |
| 100 }, |
| 101 { |
| 102 "object": "LayoutSVGRoot svg", |
| 103 "reason": "incremental" |
| 104 }, |
| 105 { |
| 106 "object": "LayoutSVGContainer g id='g'", |
| 107 "reason": "full" |
| 108 }, |
| 109 { |
| 110 "object": "LayoutSVGRect rect id='r'", |
| 111 "reason": "full" |
| 112 }, |
| 113 { |
| 114 "object": "LayoutSVGImage image", |
| 115 "reason": "full" |
| 116 } |
81 ] | 117 ] |
82 } | 118 } |
83 | 119 |
OLD | NEW |