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='rect'", | 10 "object": "LayoutSVGRect rect id='rect'", |
11 "rect": [58, 58, 50, 50], | |
12 "reason": "style change" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGRect rect id='rect'", | |
16 "rect": [53, 53, 60, 60], | 11 "rect": [53, 53, 60, 60], |
17 "reason": "style change" | 12 "reason": "style change" |
18 } | 13 } |
19 ] | 14 ] |
20 } | 15 } |
21 ] | 16 ] |
22 } | 17 } |
23 | 18 |
OLD | NEW |