| 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 [0, 0, 100, 100] | 9 { |
| 10 ], | 10 "object": "LayoutSVGGradientStop stop", |
| 11 "paintInvalidationClients": [ | 11 "rect": [0, 0, 0, 0], |
| 12 "LayoutSVGResourceLinearGradient linearGradient id='test'", | 12 "reason": "layoutObject insertion" |
| 13 "LayoutSVGGradientStop stop", | 13 }, |
| 14 "LayoutSVGRect rect" | 14 { |
| 15 "object": "LayoutSVGRect rect", |
| 16 "rect": [0, 0, 100, 100], |
| 17 "reason": "SVG resource change" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutSVGResourceLinearGradient linearGradient id='test'", |
| 21 "rect": [0, 0, 0, 0], |
| 22 "reason": "full" |
| 23 } |
| 15 ] | 24 ] |
| 16 } | 25 } |
| 17 ] | 26 ] |
| 18 } | 27 } |
| 19 | 28 |
| OLD | NEW |