OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
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": "LayoutSVGRoot svg", | |
11 "rect": [18, 18, 20, 30], | |
12 "reason": "bounds change" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGRect rect id='move'", | 10 "object": "LayoutSVGRect rect id='move'", |
16 "rect": [28, 38, 10, 10], | 11 "rect": [28, 38, 10, 10], |
17 "reason": "full" | 12 "reason": "full" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "LayoutSVGRect rect id='move'", | 15 "object": "LayoutSVGRect rect id='move'", |
21 "rect": [18, 18, 10, 10], | 16 "rect": [18, 18, 10, 10], |
22 "reason": "full" | 17 "reason": "full" |
23 } | 18 } |
24 ] | 19 ] |
25 } | 20 } |
26 ], | 21 ], |
27 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
28 { | 23 { |
29 "object": "LayoutSVGRoot svg", | |
30 "reason": "bounds change" | |
31 }, | |
32 { | |
33 "object": "LayoutSVGRect rect id='move'", | 24 "object": "LayoutSVGRect rect id='move'", |
34 "reason": "full" | 25 "reason": "full" |
35 } | 26 } |
36 ] | 27 ] |
37 } | 28 } |
38 | 29 |
OLD | NEW |