| 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": "LayoutSVGPath polygon id='polygon'", | 10 "object": "LayoutSVGPath polygon id='polygon'", |
| 11 "rect": [264, 219, 163, 106], | 11 "rect": [264, 219, 163, 106], |
| 12 "reason": "full" | 12 "reason": "full" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGRoot svg", | |
| 16 "rect": [265, 219, 162, 105], | |
| 17 "reason": "became visible" | |
| 18 } | 13 } |
| 19 ] | 14 ] |
| 20 } | 15 } |
| 21 ], | 16 ], |
| 22 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 23 { | 18 { |
| 24 "object": "LayoutSVGRoot svg", | |
| 25 "reason": "became visible" | |
| 26 }, | |
| 27 { | |
| 28 "object": "LayoutSVGPath polygon id='polygon'", | 19 "object": "LayoutSVGPath polygon id='polygon'", |
| 29 "reason": "full" | 20 "reason": "full" |
| 30 } | 21 } |
| 31 ] | 22 ] |
| 32 } | 23 } |
| 33 | 24 |
| OLD | NEW |