| 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 [265, 219, 162, 105], | 9 { |
| 10 [265, 219, 162, 105] | 10 "object": "LayoutSVGPath polygon id='polygon'", |
| 11 ], | 11 "rect": [265, 219, 162, 105], |
| 12 "paintInvalidationClients": [ | 12 "reason": "location change" |
| 13 "LayoutSVGRoot svg", | 13 }, |
| 14 "LayoutSVGPath polygon id='polygon'" | 14 { |
| 15 "object": "LayoutSVGRoot svg", |
| 16 "rect": [265, 219, 162, 105], |
| 17 "reason": "bounds change" |
| 18 } |
| 15 ] | 19 ] |
| 16 } | 20 } |
| 17 ] | 21 ] |
| 18 } | 22 } |
| 19 | 23 |
| OLD | NEW |