OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou
nd", "GraphicsLayerPaintMask"], | 3 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou
nd", "GraphicsLayerPaintMask"], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
8 "drawsContent": true, | 8 "drawsContent": true, |
9 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore
ground", "GraphicsLayerPaintMask"], | 9 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore
ground", "GraphicsLayerPaintMask"], |
10 "children": [ | 10 "children": [ |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 } | 56 } |
57 ] | 57 ] |
58 } | 58 } |
59 ] | 59 ] |
60 } | 60 } |
61 ] | 61 ] |
62 } | 62 } |
63 ] | 63 ] |
64 } | 64 } |
65 | 65 |
OLD | NEW |