| 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 path id='go'", | 10 "object": "LayoutSVGPath path id='go'", |
| 11 "rect": [89, 94, 100, 100], | 11 "rect": [89, 94, 100, 100], |
| 12 "reason": "full" | 12 "reason": "full" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGContainer g", | 15 "object": "LayoutSVGContainer g", |
| 16 "rect": [90, 95, 98, 98], | 16 "rect": [90, 95, 98, 98], |
| 17 "reason": "bounds change" | 17 "reason": "bounds change" |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGRect rect", | |
| 21 "rect": [0, 0, 10, 10], | |
| 22 "reason": "bounds change" | |
| 23 } | 18 } |
| 24 ] | 19 ] |
| 25 } | 20 } |
| 26 ], | 21 ], |
| 27 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 28 { | 23 { |
| 29 "object": "LayoutSVGResourceMarker marker id='markerStart'", | 24 "object": "LayoutSVGResourceMarker marker id='markerStart'", |
| 30 "reason": "full" | 25 "reason": "full" |
| 31 }, | 26 }, |
| 32 { | 27 { |
| 33 "object": "LayoutSVGRect rect", | |
| 34 "reason": "bounds change" | |
| 35 }, | |
| 36 { | |
| 37 "object": "LayoutSVGContainer g", | 28 "object": "LayoutSVGContainer g", |
| 38 "reason": "bounds change" | 29 "reason": "bounds change" |
| 39 }, | 30 }, |
| 40 { | 31 { |
| 41 "object": "LayoutSVGPath path id='go'", | 32 "object": "LayoutSVGPath path id='go'", |
| 42 "reason": "full" | 33 "reason": "full" |
| 43 } | 34 } |
| 44 ] | 35 ] |
| 45 } | 36 } |
| 46 | 37 |
| OLD | NEW |