| 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 [150, 100, 100, 50], | 9 { |
| 10 [100, 150, 50, 100], | 10 "object": "LayoutSVGContainer g", |
| 11 [100, 0, 200, 300], | 11 "rect": [150, 100, 100, 50], |
| 12 [100, 0, 200, 300], | 12 "reason": "incremental" |
| 13 [50, 150, 100, 100], | 13 }, |
| 14 [0, 100, 300, 200], | 14 { |
| 15 [0, 0, 300, 100] | 15 "object": "LayoutSVGContainer g", |
| 16 ], | 16 "rect": [100, 150, 50, 100], |
| 17 "paintInvalidationClients": [ | 17 "reason": "bounds change" |
| 18 "LayoutSVGContainer g", | 18 }, |
| 19 "LayoutSVGRect rect id='masker'", | 19 { |
| 20 "LayoutSVGContainer g", | 20 "object": "LayoutSVGContainer g", |
| 21 "LayoutSVGRect rect id='clipper'" | 21 "rect": [50, 150, 100, 100], |
| 22 "reason": "bounds change" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutSVGRect rect id='clipper'", |
| 26 "rect": [100, 0, 200, 300], |
| 27 "reason": "full" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutSVGRect rect id='clipper'", |
| 31 "rect": [0, 100, 300, 200], |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutSVGRect rect id='masker'", |
| 36 "rect": [0, 0, 300, 100], |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutSVGRect rect id='masker'", |
| 41 "rect": [100, 0, 200, 300], |
| 42 "reason": "full" |
| 43 } |
| 22 ] | 44 ] |
| 23 } | 45 } |
| 24 ] | 46 ] |
| 25 } | 47 } |
| 26 | 48 |
| OLD | NEW |