OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "paintingPhases": [ | 3 "paintingPhases": [ |
4 "GraphicsLayerPaintBackground", | 4 "GraphicsLayerPaintBackground", |
5 "GraphicsLayerPaintForeground", | 5 "GraphicsLayerPaintForeground", |
6 "GraphicsLayerPaintMask" | 6 "GraphicsLayerPaintMask" |
7 ], | 7 ], |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "bounds": [800, 600], | 10 "bounds": [800, 600], |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 "drawsContent": true, | 67 "drawsContent": true, |
68 "paintingPhases": [ | 68 "paintingPhases": [ |
69 "GraphicsLayerPaintForeground", | 69 "GraphicsLayerPaintForeground", |
70 "GraphicsLayerPaintOverflowContents", | 70 "GraphicsLayerPaintOverflowContents", |
71 "GraphicsLayerPaintCompositedScroll" | 71 "GraphicsLayerPaintCompositedScroll" |
72 ] | 72 ] |
73 } | 73 } |
74 ] | 74 ] |
75 }, | 75 }, |
76 { | 76 { |
| 77 "bounds": [202, 202], |
77 "paintingPhases": [ | 78 "paintingPhases": [ |
78 "GraphicsLayerPaintBackground", | 79 "GraphicsLayerPaintBackground", |
79 "GraphicsLayerPaintForeground", | 80 "GraphicsLayerPaintForeground", |
80 "GraphicsLayerPaintMask" | 81 "GraphicsLayerPaintMask" |
81 ], | 82 ], |
82 "children": [ | 83 "children": [ |
83 { | 84 { |
84 "position": [1, 186], | 85 "position": [1, 186], |
85 "bounds": [185, 15], | 86 "bounds": [185, 15], |
86 "drawsContent": true, | 87 "drawsContent": true, |
(...skipping 28 matching lines...) Expand all Loading... |
115 ] | 116 ] |
116 } | 117 } |
117 ] | 118 ] |
118 } | 119 } |
119 ] | 120 ] |
120 } | 121 } |
121 ] | 122 ] |
122 } | 123 } |
123 | 124 |
124 | 125 |
OLD | NEW |