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'", |
(...skipping 26 matching lines...) Expand all Loading... |
37 "reason": "bounds change" | 37 "reason": "bounds change" |
38 }, | 38 }, |
39 { | 39 { |
40 "object": "LayoutSVGRect rect id='targetRect'", | 40 "object": "LayoutSVGRect rect id='targetRect'", |
41 "rect": [109, 169, 200, 200], | 41 "rect": [109, 169, 200, 200], |
42 "reason": "bounds change" | 42 "reason": "bounds change" |
43 }, | 43 }, |
44 { | 44 { |
45 "object": "LayoutSVGRect rect id='targetRect'", | 45 "object": "LayoutSVGRect rect id='targetRect'", |
46 "rect": [9, 169, 200, 200], | 46 "rect": [9, 169, 200, 200], |
47 "reason": "full" | 47 "reason": "bounds change" |
48 }, | 48 }, |
49 { | 49 { |
50 "object": "LayoutSVGContainer g id='targetUse'", | 50 "object": "LayoutSVGContainer g id='targetUse'", |
51 "rect": [59, 269, 50, 200], | 51 "rect": [59, 269, 50, 200], |
52 "reason": "bounds change" | 52 "reason": "bounds change" |
53 }, | 53 }, |
54 { | 54 { |
55 "object": "LayoutSVGContainer use", | 55 "object": "LayoutSVGContainer use", |
56 "rect": [59, 269, 50, 200], | 56 "rect": [59, 269, 50, 200], |
57 "reason": "bounds change" | 57 "reason": "bounds change" |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 { | 91 { |
92 "object": "LayoutSVGRoot svg", | 92 "object": "LayoutSVGRoot svg", |
93 "reason": "forced by layout" | 93 "reason": "forced by layout" |
94 }, | 94 }, |
95 { | 95 { |
96 "object": "LayoutSVGHiddenContainer defs", | 96 "object": "LayoutSVGHiddenContainer defs", |
97 "reason": "location change" | 97 "reason": "location change" |
98 }, | 98 }, |
99 { | 99 { |
100 "object": "LayoutSVGRect rect id='targetRect'", | 100 "object": "LayoutSVGRect rect id='targetRect'", |
101 "reason": "full" | 101 "reason": "bounds change" |
102 }, | 102 }, |
103 { | 103 { |
104 "object": "LayoutSVGContainer use id='targetUse'", | 104 "object": "LayoutSVGContainer use id='targetUse'", |
105 "reason": "bounds change" | 105 "reason": "bounds change" |
106 }, | 106 }, |
107 { | 107 { |
108 "object": "LayoutSVGRect rect id='targetRect'", | 108 "object": "LayoutSVGRect rect id='targetRect'", |
109 "reason": "bounds change" | 109 "reason": "bounds change" |
110 }, | 110 }, |
111 { | 111 { |
112 "object": "LayoutSVGContainer use", | 112 "object": "LayoutSVGContainer use", |
113 "reason": "bounds change" | 113 "reason": "bounds change" |
114 }, | 114 }, |
115 { | 115 { |
116 "object": "LayoutSVGContainer g id='targetUse'", | 116 "object": "LayoutSVGContainer g id='targetUse'", |
117 "reason": "bounds change" | 117 "reason": "bounds change" |
118 }, | 118 }, |
119 { | 119 { |
120 "object": "LayoutSVGRect rect id='targetRect'", | 120 "object": "LayoutSVGRect rect id='targetRect'", |
121 "reason": "bounds change" | 121 "reason": "bounds change" |
122 } | 122 } |
123 ] | 123 ] |
124 } | 124 } |
125 | 125 |
OLD | NEW |