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": "LayoutSVGContainer g id='use'", | 10 "object": "LayoutSVGContainer g id='use'", |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 "object": "LayoutSVGContainer use", | 339 "object": "LayoutSVGContainer use", |
340 "reason": "layoutObject insertion" | 340 "reason": "layoutObject insertion" |
341 }, | 341 }, |
342 { | 342 { |
343 "object": "LayoutSVGEllipse circle id='use_circle'", | 343 "object": "LayoutSVGEllipse circle id='use_circle'", |
344 "reason": "layoutObject insertion" | 344 "reason": "layoutObject insertion" |
345 } | 345 } |
346 ] | 346 ] |
347 } | 347 } |
348 | 348 |
OLD | NEW |