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='move'", | 10 "object": "LayoutSVGRect rect id='move'", |
11 "rect": [18, 18, 10, 10], | 11 "rect": [18, 18, 10, 10], |
12 "reason": "location change" | 12 "reason": "location change" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGRect rect id='move'", | 15 "object": "LayoutSVGRect rect id='move'", |
16 "rect": [28, 38, 10, 10], | 16 "rect": [28, 38, 10, 10], |
17 "reason": "location change" | 17 "reason": "location change" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutSVGRoot svg", | 20 "object": "LayoutSVGRoot svg", |
21 "rect": [18, 18, 20, 30], | 21 "rect": [18, 18, 20, 30], |
22 "reason": "bounds change" | 22 "reason": "bounds change" |
23 }, | |
24 { | |
25 "object": "LayoutSVGRoot svg", | |
26 "rect": [28, 38, 10, 10], | |
27 "reason": "bounds change" | |
28 } | 23 } |
29 ] | 24 ] |
30 } | 25 } |
31 ] | 26 ] |
32 } | 27 } |
33 | 28 |
OLD | NEW |