| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [100, 100, 460, 316], | 9 { |
| 10 [100, 100, 403, 249], | 10 "object": "LayoutSVGContainer g id='root'", |
| 11 [100, 100, 403, 249], | 11 "rect": [50, 50, 453, 299], |
| 12 [100, 100, 403, 249], | 12 "reason": "bounds change" |
| 13 [50, 50, 460, 316], | 13 }, |
| 14 [50, 50, 453, 299], | 14 { |
| 15 [50, 50, 453, 299], | 15 "object": "LayoutSVGContainer g id='root'", |
| 16 [50, 50, 453, 299] | 16 "rect": [100, 100, 403, 249], |
| 17 ], | 17 "reason": "bounds change" |
| 18 "paintInvalidationClients": [ | 18 }, |
| 19 "LayoutSVGRect rect", | 19 { |
| 20 "LayoutSVGRoot svg", | 20 "object": "LayoutSVGRect rect", |
| 21 "LayoutSVGRect rect id='maskRect'", | 21 "rect": [50, 50, 453, 299], |
| 22 "LayoutSVGContainer g id='root'", | 22 "reason": "layoutObject removal" |
| 23 "LayoutSVGRect rect" | 23 }, |
| 24 { |
| 25 "object": "LayoutSVGRect rect", |
| 26 "rect": [100, 100, 403, 249], |
| 27 "reason": "layoutObject insertion" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutSVGRect rect id='maskRect'", |
| 31 "rect": [50, 50, 460, 316], |
| 32 "reason": "location change" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutSVGRect rect id='maskRect'", |
| 36 "rect": [100, 100, 460, 316], |
| 37 "reason": "location change" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutSVGRoot svg", |
| 41 "rect": [50, 50, 453, 299], |
| 42 "reason": "bounds change" |
| 43 }, |
| 44 { |
| 45 "object": "LayoutSVGRoot svg", |
| 46 "rect": [100, 100, 403, 249], |
| 47 "reason": "bounds change" |
| 48 } |
| 24 ] | 49 ] |
| 25 } | 50 } |
| 26 ] | 51 ] |
| 27 } | 52 } |
| 28 | 53 |
| OLD | NEW |