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 23 matching lines...) Expand all Loading... |
34 { | 34 { |
35 "object": "LayoutSVGContainer g", | 35 "object": "LayoutSVGContainer g", |
36 "rect": [50, 150, 100, 100], | 36 "rect": [50, 150, 100, 100], |
37 "reason": "bounds change" | 37 "reason": "bounds change" |
38 } | 38 } |
39 ] | 39 ] |
40 } | 40 } |
41 ] | 41 ] |
42 } | 42 } |
43 | 43 |
OLD | NEW |