| 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='box'", | 10 "object": "LayoutSVGContainer g id='box'", |
| 11 "rect": [0, 10, 230, 350], | 11 "rect": [0, 10, 230, 350], |
| 12 "reason": "bounds change" | 12 "reason": "bounds change" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGRect rect id='rect3'", | |
| 16 "rect": [0, 240, 230, 120], | |
| 17 "reason": "full" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGRect rect id='rect2'", | |
| 21 "rect": [10, 130, 200, 100], | |
| 22 "reason": "full" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGRect rect id='rect1'", | |
| 26 "rect": [10, 10, 200, 100], | |
| 27 "reason": "full" | |
| 28 } | 13 } |
| 29 ] | 14 ] |
| 30 } | 15 } |
| 31 ], | 16 ], |
| 32 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 33 { | 18 { |
| 34 "object": "LayoutSVGContainer g id='box'", | 19 "object": "LayoutSVGContainer g id='box'", |
| 35 "reason": "bounds change" | 20 "reason": "bounds change" |
| 36 }, | 21 }, |
| 37 { | 22 { |
| 38 "object": "LayoutSVGRect rect id='rect1'", | 23 "object": "LayoutSVGRect rect id='rect1'", |
| 39 "reason": "full" | 24 "reason": "full" |
| 40 }, | 25 }, |
| 41 { | 26 { |
| 42 "object": "LayoutSVGRect rect id='rect2'", | 27 "object": "LayoutSVGRect rect id='rect2'", |
| 43 "reason": "full" | 28 "reason": "full" |
| 44 }, | 29 }, |
| 45 { | 30 { |
| 46 "object": "LayoutSVGRect rect id='rect3'", | 31 "object": "LayoutSVGRect rect id='rect3'", |
| 47 "reason": "full" | 32 "reason": "full" |
| 48 } | 33 } |
| 49 ] | 34 ] |
| 50 } | 35 } |
| 51 | 36 |
| OLD | NEW |