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 polygon", | 10 "object": "LayoutSVGPath polygon", |
(...skipping 19 matching lines...) Expand all Loading... |
30 "object": "LayoutSVGPath polygon", | 30 "object": "LayoutSVGPath polygon", |
31 "rect": [47, 165, 133, 134], | 31 "rect": [47, 165, 133, 134], |
32 "reason": "style change" | 32 "reason": "style change" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutSVGContainer use id='t1'", | 35 "object": "LayoutSVGContainer use id='t1'", |
36 "rect": [47, 166, 133, 132], | 36 "rect": [47, 166, 133, 132], |
37 "reason": "style change" | 37 "reason": "style change" |
38 }, | 38 }, |
39 { | 39 { |
40 "object": "LayoutSVGViewportContainer svg id='poly'", | |
41 "rect": [47, 166, 133, 132], | |
42 "reason": "style change" | |
43 }, | |
44 { | |
45 "object": "LayoutSVGContainer use id='t2'", | 40 "object": "LayoutSVGContainer use id='t2'", |
46 "rect": [184, 166, 132, 132], | 41 "rect": [184, 166, 132, 132], |
47 "reason": "style change" | 42 "reason": "style change" |
48 }, | 43 }, |
49 { | 44 { |
50 "object": "LayoutSVGViewportContainer svg id='poly'", | |
51 "rect": [184, 166, 132, 132], | |
52 "reason": "style change" | |
53 }, | |
54 { | |
55 "object": "LayoutSVGEllipse circle id='t4'", | 45 "object": "LayoutSVGEllipse circle id='t4'", |
56 "rect": [46, 28, 7, 7], | 46 "rect": [46, 28, 7, 7], |
57 "reason": "style change" | 47 "reason": "style change" |
58 } | 48 } |
59 ] | 49 ] |
60 } | 50 } |
61 ], | 51 ], |
62 "objectPaintInvalidations": [ | 52 "objectPaintInvalidations": [ |
63 { | 53 { |
64 "object": "LayoutSVGEllipse circle id='t4'", | 54 "object": "LayoutSVGEllipse circle id='t4'", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "object": "LayoutSVGPath polygon id='t3'", | 86 "object": "LayoutSVGPath polygon id='t3'", |
97 "reason": "style change" | 87 "reason": "style change" |
98 }, | 88 }, |
99 { | 89 { |
100 "object": "LayoutSVGPath polygon", | 90 "object": "LayoutSVGPath polygon", |
101 "reason": "style change" | 91 "reason": "style change" |
102 } | 92 } |
103 ] | 93 ] |
104 } | 94 } |
105 | 95 |
OLD | NEW |