| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutSVGRect rect id='clipper'", | 10 "object": "LayoutSVGRect rect id='clipper'", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "rect": [100, 0, 200, 300], | 21 "rect": [100, 0, 200, 300], |
| 22 "reason": "full" | 22 "reason": "full" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutSVGRect rect id='masker'", | 25 "object": "LayoutSVGRect rect id='masker'", |
| 26 "rect": [100, 0, 200, 300], | 26 "rect": [100, 0, 200, 300], |
| 27 "reason": "full" | 27 "reason": "full" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutSVGContainer g", | 30 "object": "LayoutSVGContainer g", |
| 31 "rect": [150, 50, 100, 100], |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutSVGContainer g", |
| 31 "rect": [50, 150, 100, 100], | 36 "rect": [50, 150, 100, 100], |
| 32 "reason": "bounds change" | 37 "reason": "bounds change" |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGContainer g", | |
| 36 "rect": [150, 100, 100, 50], | |
| 37 "reason": "incremental" | |
| 38 } | 38 } |
| 39 ] | 39 ] |
| 40 } | 40 } |
| 41 ] | 41 ] |
| 42 } | 42 } |
| 43 | 43 |
| OLD | NEW |