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