OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "LayoutSVGContainer g id='g'", | 10 "object": "LayoutSVGContainer g id='g'", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "rect": [20, 20, 60, 60], | 51 "rect": [20, 20, 60, 60], |
52 "reason": "location change" | 52 "reason": "location change" |
53 }, | 53 }, |
54 { | 54 { |
55 "object": "LayoutSVGImage image", | 55 "object": "LayoutSVGImage image", |
56 "rect": [175, 25, 50, 50], | 56 "rect": [175, 25, 50, 50], |
57 "reason": "location change" | 57 "reason": "location change" |
58 }, | 58 }, |
59 { | 59 { |
60 "object": "LayoutSVGRect rect id='r'", | 60 "object": "LayoutSVGRect rect id='r'", |
61 "rect": [0, 0, 10, 10], | |
62 "reason": "location change" | |
63 }, | |
64 { | |
65 "object": "LayoutSVGRect rect id='r'", | |
66 "rect": [0, 0, 100, 100], | 61 "rect": [0, 0, 100, 100], |
67 "reason": "location change" | 62 "reason": "location change" |
68 }, | 63 }, |
69 { | 64 { |
70 "object": "LayoutSVGRect rect id='r'", | 65 "object": "LayoutSVGRect rect id='r'", |
71 "rect": [0, 0, 100, 100], | 66 "rect": [0, 0, 100, 100], |
72 "reason": "location change" | 67 "reason": "location change" |
73 }, | 68 }, |
74 { | 69 { |
75 "object": "LayoutSVGRect rect id='r'", | 70 "object": "LayoutSVGRect rect id='r'", |
(...skipping 18 matching lines...) Expand all Loading... |
94 { | 89 { |
95 "object": "LayoutSVGRoot svg", | 90 "object": "LayoutSVGRoot svg", |
96 "rect": [0, 75, 237, 5], | 91 "rect": [0, 75, 237, 5], |
97 "reason": "incremental" | 92 "reason": "incremental" |
98 } | 93 } |
99 ] | 94 ] |
100 } | 95 } |
101 ] | 96 ] |
102 } | 97 } |
103 | 98 |
OLD | NEW |