| 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": "LayoutSVGRect rect", | 10 "object": "LayoutSVGRect rect", |
| 11 "rect": [0, 0, 110, 110], | 11 "rect": [0, 0, 110, 110], |
| 12 "reason": "full" | 12 "reason": "full" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGRect rect id='rect'", | |
| 16 "rect": [0, 0, 100, 100], | |
| 17 "reason": "full" | |
| 18 } | 13 } |
| 19 ] | 14 ] |
| 20 } | 15 } |
| 21 ], | 16 ], |
| 22 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 23 { | 18 { |
| 24 "object": "LayoutSVGRect rect id='rect'", | 19 "object": "LayoutSVGRect rect id='rect'", |
| 25 "reason": "full" | 20 "reason": "full" |
| 26 }, | 21 }, |
| 27 { | 22 { |
| 28 "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage'", | 23 "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage'", |
| 29 "reason": "full" | 24 "reason": "full" |
| 30 }, | 25 }, |
| 31 { | 26 { |
| 32 "object": "LayoutSVGRect rect", | 27 "object": "LayoutSVGRect rect", |
| 33 "reason": "full" | 28 "reason": "full" |
| 34 } | 29 } |
| 35 ] | 30 ] |
| 36 } | 31 } |
| 37 | 32 |
| OLD | NEW |