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 23 matching lines...) Expand all Loading... |
99 { | 94 { |
100 "object": "LayoutSVGRoot svg", | 95 "object": "LayoutSVGRoot svg", |
101 "rect": [0, 75, 222, 5], | 96 "rect": [0, 75, 222, 5], |
102 "reason": "incremental" | 97 "reason": "incremental" |
103 } | 98 } |
104 ] | 99 ] |
105 } | 100 } |
106 ] | 101 ] |
107 } | 102 } |
108 | 103 |
OLD | NEW |