| 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 [265, 209, 162, 105], | 11 "rect": [265, 219, 162, 105], |
| 12 [265, 209, 162, 105] | 12 "reason": "full" |
| 13 ], | 13 }, |
| 14 "paintInvalidationClients": [ | 14 { |
| 15 "LayoutSVGRoot svg", | 15 "object": "LayoutSVGPath polygon id='polygon'", |
| 16 "LayoutSVGPath polygon id='polygon'" | 16 "rect": [265, 209, 162, 105], |
| 17 "reason": "full" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutSVGRoot svg", |
| 21 "rect": [265, 219, 162, 105], |
| 22 "reason": "bounds change" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutSVGRoot svg", |
| 26 "rect": [265, 209, 162, 105], |
| 27 "reason": "bounds change" |
| 28 } |
| 17 ] | 29 ] |
| 18 } | 30 } |
| 19 ] | 31 ] |
| 20 } | 32 } |
| 21 | 33 |
| OLD | NEW |