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": "LayoutBlockFlow div id='contentBox'", | 10 "object": "LayoutBlockFlow div id='contentBox'", |
11 "rect": [8, 50, 402, 402], | 11 "rect": [8, 50, 402, 402], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGContainer g", | |
16 "rect": [42, 117, 334, 268], | |
17 "reason": "bounds change" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGRect rect", | 15 "object": "LayoutSVGRect rect", |
21 "rect": [42, 117, 334, 268], | 16 "rect": [42, 117, 334, 268], |
22 "reason": "SVG resource change" | 17 "reason": "SVG resource change" |
23 }, | 18 }, |
24 { | 19 { |
25 "object": "LayoutSVGRoot svg", | |
26 "rect": [42, 117, 334, 268], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutSVGEllipse circle", | 20 "object": "LayoutSVGEllipse circle", |
31 "rect": [242, 251, 167, 200], | 21 "rect": [242, 251, 167, 200], |
32 "reason": "bounds change" | 22 "reason": "bounds change" |
33 }, | 23 }, |
34 { | 24 { |
35 "object": "LayoutSVGEllipse circle", | 25 "object": "LayoutSVGEllipse circle", |
36 "rect": [242, 51, 167, 200], | 26 "rect": [242, 51, 167, 200], |
37 "reason": "bounds change" | 27 "reason": "bounds change" |
38 }, | 28 }, |
39 { | 29 { |
40 "object": "LayoutSVGEllipse circle", | 30 "object": "LayoutSVGEllipse circle", |
41 "rect": [9, 251, 167, 200], | 31 "rect": [9, 251, 167, 200], |
42 "reason": "location change" | 32 "reason": "location change" |
43 }, | 33 }, |
44 { | 34 { |
45 "object": "LayoutSVGEllipse circle", | 35 "object": "LayoutSVGEllipse circle", |
46 "rect": [9, 51, 167, 200], | 36 "rect": [9, 51, 167, 200], |
47 "reason": "bounds change" | 37 "reason": "bounds change" |
48 }, | 38 }, |
49 { | 39 { |
50 "object": "LayoutSVGContainer g", | |
51 "rect": [17, 217, 84, 68], | |
52 "reason": "bounds change" | |
53 }, | |
54 { | |
55 "object": "LayoutSVGRect rect", | 40 "object": "LayoutSVGRect rect", |
56 "rect": [17, 217, 84, 68], | 41 "rect": [17, 217, 84, 68], |
57 "reason": "SVG resource change" | 42 "reason": "SVG resource change" |
58 }, | 43 }, |
59 { | 44 { |
60 "object": "LayoutSVGRoot svg", | |
61 "rect": [17, 217, 84, 68], | |
62 "reason": "forced by layout" | |
63 }, | |
64 { | |
65 "object": "LayoutSVGEllipse circle", | 45 "object": "LayoutSVGEllipse circle", |
66 "rect": [67, 251, 42, 67], | 46 "rect": [67, 251, 42, 67], |
67 "reason": "bounds change" | 47 "reason": "bounds change" |
68 }, | 48 }, |
69 { | 49 { |
70 "object": "LayoutSVGEllipse circle", | 50 "object": "LayoutSVGEllipse circle", |
71 "rect": [67, 184, 42, 67], | 51 "rect": [67, 184, 42, 67], |
72 "reason": "bounds change" | 52 "reason": "bounds change" |
73 } | 53 } |
74 ] | 54 ] |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "object": "LayoutSVGContainer g", | 87 "object": "LayoutSVGContainer g", |
108 "reason": "bounds change" | 88 "reason": "bounds change" |
109 }, | 89 }, |
110 { | 90 { |
111 "object": "LayoutSVGRect rect", | 91 "object": "LayoutSVGRect rect", |
112 "reason": "SVG resource change" | 92 "reason": "SVG resource change" |
113 } | 93 } |
114 ] | 94 ] |
115 } | 95 } |
116 | 96 |
OLD | NEW |