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 30 matching lines...) Expand all Loading... |
41 "drawsContent": true, | 41 "drawsContent": true, |
42 "paintingPhases": [ | 42 "paintingPhases": [ |
43 "GraphicsLayerPaintForeground", | 43 "GraphicsLayerPaintForeground", |
44 "GraphicsLayerPaintOverflowContents", | 44 "GraphicsLayerPaintOverflowContents", |
45 "GraphicsLayerPaintCompositedScroll" | 45 "GraphicsLayerPaintCompositedScroll" |
46 ] | 46 ] |
47 } | 47 } |
48 ] | 48 ] |
49 }, | 49 }, |
50 { | 50 { |
| 51 "bounds": [102, 102], |
51 "paintingPhases": [ | 52 "paintingPhases": [ |
52 "GraphicsLayerPaintBackground", | 53 "GraphicsLayerPaintBackground", |
53 "GraphicsLayerPaintForeground", | 54 "GraphicsLayerPaintForeground", |
54 "GraphicsLayerPaintMask" | 55 "GraphicsLayerPaintMask" |
55 ], | 56 ], |
56 "children": [ | 57 "children": [ |
57 { | 58 { |
58 "position": [1, 86], | 59 "position": [1, 86], |
59 "bounds": [85, 15], | 60 "bounds": [85, 15], |
60 "paintingPhases": [ | 61 "paintingPhases": [ |
(...skipping 23 matching lines...) Expand all Loading... |
84 } | 85 } |
85 ] | 86 ] |
86 } | 87 } |
87 ] | 88 ] |
88 } | 89 } |
89 ] | 90 ] |
90 } | 91 } |
91 ] | 92 ] |
92 } | 93 } |
93 | 94 |
OLD | NEW |