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": "InlineTextBox 'right-aligned text'", | 10 "object": "InlineTextBox 'right-aligned text'", |
(...skipping 30 matching lines...) Expand all Loading... |
41 "rect": [80, 120, 20, 20], | 41 "rect": [80, 120, 20, 20], |
42 "reason": "location change" | 42 "reason": "location change" |
43 }, | 43 }, |
44 { | 44 { |
45 "object": "LayoutSVGPath polygon id='triangle'", | 45 "object": "LayoutSVGPath polygon id='triangle'", |
46 "rect": [180, 120, 20, 20], | 46 "rect": [180, 120, 20, 20], |
47 "reason": "location change" | 47 "reason": "location change" |
48 }, | 48 }, |
49 { | 49 { |
50 "object": "LayoutSVGRect rect", | 50 "object": "LayoutSVGRect rect", |
51 "rect": [0, 0, 100, 200], | |
52 "reason": "full" | |
53 }, | |
54 { | |
55 "object": "LayoutSVGRect rect", | |
56 "rect": [0, 0, 200, 200], | 51 "rect": [0, 0, 200, 200], |
57 "reason": "full" | 52 "reason": "full" |
58 }, | 53 }, |
59 { | 54 { |
60 "object": "LayoutSVGRect rect", | 55 "object": "LayoutSVGRect rect", |
61 "rect": [80, 60, 20, 20], | 56 "rect": [80, 60, 20, 20], |
62 "reason": "full" | 57 "reason": "full" |
63 }, | 58 }, |
64 { | 59 { |
65 "object": "LayoutSVGRect rect", | 60 "object": "LayoutSVGRect rect", |
(...skipping 10 matching lines...) Expand all Loading... |
76 "rect": [0, 85, 100, 19], | 71 "rect": [0, 85, 100, 19], |
77 "reason": "full" | 72 "reason": "full" |
78 }, | 73 }, |
79 { | 74 { |
80 "object": "LayoutSVGText text", | 75 "object": "LayoutSVGText text", |
81 "rect": [100, 85, 100, 19], | 76 "rect": [100, 85, 100, 19], |
82 "reason": "full" | 77 "reason": "full" |
83 }, | 78 }, |
84 { | 79 { |
85 "object": "LayoutSVGViewportContainer svg id='inner'", | 80 "object": "LayoutSVGViewportContainer svg id='inner'", |
86 "rect": [0, 0, 100, 200], | |
87 "reason": "full" | |
88 }, | |
89 { | |
90 "object": "LayoutSVGViewportContainer svg id='inner'", | |
91 "rect": [0, 0, 200, 200], | 81 "rect": [0, 0, 200, 200], |
92 "reason": "full" | 82 "reason": "full" |
93 }, | 83 }, |
94 { | 84 { |
95 "object": "RootInlineBox", | 85 "object": "RootInlineBox", |
96 "rect": [0, 0, 0, 0], | 86 "rect": [0, 0, 0, 0], |
97 "reason": "full" | 87 "reason": "full" |
98 }, | 88 }, |
99 { | 89 { |
100 "object": "RootInlineBox", | 90 "object": "RootInlineBox", |
101 "rect": [0, 0, 0, 0], | 91 "rect": [0, 0, 0, 0], |
102 "reason": "full" | 92 "reason": "full" |
103 } | 93 } |
104 ] | 94 ] |
105 } | 95 } |
106 ] | 96 ] |
107 } | 97 } |
108 | 98 |
OLD | NEW |