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 body", | 10 "object": "LayoutBlockFlow body", |
11 "rect": [8, 8, 784, 205], | 11 "rect": [8, 8, 784, 205], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
| 15 "object": "LayoutSVGEllipse svg:circle id='circle'", |
| 16 "rect": [32, 32, 52, 52], |
| 17 "reason": "layoutObject insertion" |
| 18 }, |
| 19 { |
15 "object": "LayoutSVGContainer svg:use id='use'", | 20 "object": "LayoutSVGContainer svg:use id='use'", |
16 "rect": [33, 33, 50, 50], | 21 "rect": [33, 33, 50, 50], |
17 "reason": "full" | 22 "reason": "full" |
18 }, | 23 }, |
19 { | 24 { |
20 "object": "LayoutSVGEllipse svg:circle id='circle'", | |
21 "rect": [33, 33, 50, 50], | |
22 "reason": "layoutObject insertion" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGRoot svg:svg id='svg'", | 25 "object": "LayoutSVGRoot svg:svg id='svg'", |
26 "rect": [33, 33, 50, 50], | 26 "rect": [33, 33, 50, 50], |
27 "reason": "full" | 27 "reason": "full" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutSVGViewportContainer svg id='symbol'", | 30 "object": "LayoutSVGViewportContainer svg id='symbol'", |
31 "rect": [33, 33, 50, 50], | 31 "rect": [33, 33, 50, 50], |
32 "reason": "layoutObject insertion" | 32 "reason": "layoutObject insertion" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutSVGEllipse svg:circle id='circle'", | 35 "object": "LayoutSVGEllipse svg:circle id='circle'", |
36 "rect": [8, 8, 25, 25], | 36 "rect": [7, 7, 27, 27], |
37 "reason": "full" | 37 "reason": "full" |
38 }, | 38 }, |
39 { | 39 { |
40 "object": "LayoutSVGEllipse svg:circle id='circle'", | 40 "object": "LayoutSVGEllipse svg:circle id='circle'", |
41 "rect": [53, 53, 10, 10], | 41 "rect": [52, 52, 12, 12], |
42 "reason": "layoutObject removal" | 42 "reason": "layoutObject removal" |
43 }, | 43 }, |
44 { | 44 { |
45 "object": "LayoutSVGViewportContainer svg id='symbol'", | 45 "object": "LayoutSVGViewportContainer svg id='symbol'", |
46 "rect": [53, 53, 10, 10], | 46 "rect": [53, 53, 10, 10], |
47 "reason": "layoutObject removal" | 47 "reason": "layoutObject removal" |
48 } | 48 } |
49 ] | 49 ] |
50 } | 50 } |
51 ], | 51 ], |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "object": "LayoutSVGViewportContainer svg id='symbol'", | 90 "object": "LayoutSVGViewportContainer svg id='symbol'", |
91 "reason": "layoutObject insertion" | 91 "reason": "layoutObject insertion" |
92 }, | 92 }, |
93 { | 93 { |
94 "object": "LayoutSVGEllipse svg:circle id='circle'", | 94 "object": "LayoutSVGEllipse svg:circle id='circle'", |
95 "reason": "layoutObject insertion" | 95 "reason": "layoutObject insertion" |
96 } | 96 } |
97 ] | 97 ] |
98 } | 98 } |
99 | 99 |
OLD | NEW |