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": "LayoutSVGPath path id='go'", |
| 11 "rect": [89, 94, 100, 100], |
| 12 "reason": "full" |
| 13 }, |
| 14 { |
10 "object": "LayoutSVGContainer g", | 15 "object": "LayoutSVGContainer g", |
11 "rect": [90, 95, 98, 98], | 16 "rect": [90, 95, 98, 98], |
12 "reason": "bounds change" | 17 "reason": "bounds change" |
13 }, | 18 }, |
14 { | 19 { |
15 "object": "LayoutSVGPath path id='go'", | |
16 "rect": [90, 95, 98, 98], | |
17 "reason": "full" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGRoot svg", | 20 "object": "LayoutSVGRoot svg", |
21 "rect": [90, 95, 98, 98], | 21 "rect": [90, 95, 98, 98], |
22 "reason": "bounds change" | 22 "reason": "bounds change" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutSVGRect rect", | 25 "object": "LayoutSVGRect rect", |
26 "rect": [0, 0, 10, 10], | 26 "rect": [0, 0, 10, 10], |
27 "reason": "full" | 27 "reason": "full" |
28 } | 28 } |
29 ] | 29 ] |
(...skipping 16 matching lines...) Expand all Loading... |
46 "object": "LayoutSVGContainer g", | 46 "object": "LayoutSVGContainer g", |
47 "reason": "bounds change" | 47 "reason": "bounds change" |
48 }, | 48 }, |
49 { | 49 { |
50 "object": "LayoutSVGPath path id='go'", | 50 "object": "LayoutSVGPath path id='go'", |
51 "reason": "full" | 51 "reason": "full" |
52 } | 52 } |
53 ] | 53 ] |
54 } | 54 } |
55 | 55 |
OLD | NEW |