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], | |
52 "paintingPhases": [ | 51 "paintingPhases": [ |
53 "GraphicsLayerPaintBackground", | 52 "GraphicsLayerPaintBackground", |
54 "GraphicsLayerPaintForeground", | 53 "GraphicsLayerPaintForeground", |
55 "GraphicsLayerPaintMask" | 54 "GraphicsLayerPaintMask" |
56 ], | 55 ], |
57 "children": [ | 56 "children": [ |
58 { | 57 { |
59 "position": [1, 86], | 58 "position": [1, 86], |
60 "bounds": [85, 15], | 59 "bounds": [85, 15], |
61 "paintingPhases": [ | 60 "paintingPhases": [ |
(...skipping 23 matching lines...) Expand all Loading... |
85 } | 84 } |
86 ] | 85 ] |
87 } | 86 } |
88 ] | 87 ] |
89 } | 88 } |
90 ] | 89 ] |
91 } | 90 } |
92 ] | 91 ] |
93 } | 92 } |
94 | 93 |
OLD | NEW |