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