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": "LayoutSVGRect rect", | 10 "object": "LayoutSVGRect rect", |
(...skipping 26 matching lines...) Expand all Loading... |
37 "reason": "full" | 37 "reason": "full" |
38 }, | 38 }, |
39 { | 39 { |
40 "object": "LayoutSVGRoot svg", | 40 "object": "LayoutSVGRoot svg", |
41 "rect": [101, 0, 99, 200], | 41 "rect": [101, 0, 99, 200], |
42 "reason": "incremental" | 42 "reason": "incremental" |
43 }, | 43 }, |
44 { | 44 { |
45 "object": "LayoutSVGContainer use", | 45 "object": "LayoutSVGContainer use", |
46 "rect": [180, 120, 20, 20], | 46 "rect": [180, 120, 20, 20], |
47 "reason": "location change" | 47 "reason": "full" |
48 }, | 48 }, |
49 { | 49 { |
50 "object": "LayoutSVGPath polygon id='triangle'", | 50 "object": "LayoutSVGPath polygon id='triangle'", |
51 "rect": [180, 120, 20, 20], | 51 "rect": [180, 120, 20, 20], |
52 "reason": "location change" | 52 "reason": "bounds change" |
53 }, | 53 }, |
54 { | 54 { |
55 "object": "LayoutSVGRect rect", | 55 "object": "LayoutSVGRect rect", |
56 "rect": [180, 60, 20, 20], | 56 "rect": [180, 60, 20, 20], |
57 "reason": "full" | 57 "reason": "full" |
58 }, | 58 }, |
59 { | 59 { |
60 "object": "LayoutSVGContainer use", | 60 "object": "LayoutSVGContainer use", |
61 "rect": [80, 120, 20, 20], | 61 "rect": [80, 120, 20, 20], |
62 "reason": "location change" | 62 "reason": "full" |
63 }, | 63 }, |
64 { | 64 { |
65 "object": "LayoutSVGPath polygon id='triangle'", | 65 "object": "LayoutSVGPath polygon id='triangle'", |
66 "rect": [80, 120, 20, 20], | 66 "rect": [80, 120, 20, 20], |
67 "reason": "location change" | 67 "reason": "bounds change" |
68 }, | 68 }, |
69 { | 69 { |
70 "object": "LayoutSVGRect rect", | 70 "object": "LayoutSVGRect rect", |
71 "rect": [80, 60, 20, 20], | 71 "rect": [80, 60, 20, 20], |
72 "reason": "full" | 72 "reason": "full" |
73 }, | 73 }, |
74 { | 74 { |
75 "object": "InlineTextBox 'right-aligned text'", | 75 "object": "InlineTextBox 'right-aligned text'", |
76 "reason": "full" | 76 "reason": "full" |
77 }, | 77 }, |
78 { | 78 { |
79 "object": "InlineTextBox 'right-aligned text'", | 79 "object": "InlineTextBox 'right-aligned text'", |
80 "reason": "bounds change" | 80 "reason": "bounds change" |
81 }, | 81 }, |
82 { | 82 { |
83 "object": "RootInlineBox", | 83 "object": "RootInlineBox", |
84 "reason": "full" | 84 "reason": "full" |
85 }, | 85 }, |
86 { | 86 { |
87 "object": "RootInlineBox", | 87 "object": "RootInlineBox", |
88 "reason": "full" | 88 "reason": "full" |
89 } | 89 } |
90 ] | 90 ] |
91 } | 91 } |
92 ] | 92 ] |
93 } | 93 } |
94 | 94 |
OLD | NEW |