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 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore
ground", "GraphicsLayerPaintMask"], | 8 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore
ground", "GraphicsLayerPaintMask"], |
9 "children": [ | 9 "children": [ |
10 { | 10 { |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 ] | 76 ] |
77 } | 77 } |
78 ] | 78 ] |
79 } | 79 } |
80 ] | 80 ] |
81 } | 81 } |
82 ] | 82 ] |
83 } | 83 } |
84 | 84 |
85 | 85 |
OLD | NEW |