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 25 matching lines...) Expand all Loading... |
36 "bounds": [185, 185], | 36 "bounds": [185, 185], |
37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa
yerPaintForeground", "GraphicsLayerPaintMask"], | 37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa
yerPaintForeground", "GraphicsLayerPaintMask"], |
38 "children": [ | 38 "children": [ |
39 { | 39 { |
40 "bounds": [185, 715], | 40 "bounds": [185, 715], |
41 "shouldFlattenTransform": false, | 41 "shouldFlattenTransform": false, |
42 "drawsContent": true, | 42 "drawsContent": true, |
43 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi
csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"], | 43 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi
csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"], |
44 "children": [ | 44 "children": [ |
45 { | 45 { |
| 46 "shouldFlattenTransform": false, |
46 "paintingPhases": ["GraphicsLayerPaintForeground", "Gr
aphicsLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"] | 47 "paintingPhases": ["GraphicsLayerPaintForeground", "Gr
aphicsLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"] |
47 } | 48 } |
48 ] | 49 ] |
49 } | 50 } |
50 ] | 51 ] |
51 }, | 52 }, |
52 { | 53 { |
53 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa
yerPaintForeground", "GraphicsLayerPaintMask"], | 54 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa
yerPaintForeground", "GraphicsLayerPaintMask"], |
54 "children": [ | 55 "children": [ |
55 { | 56 { |
(...skipping 17 matching lines...) Expand all Loading... |
73 ] | 74 ] |
74 } | 75 } |
75 ] | 76 ] |
76 } | 77 } |
77 ] | 78 ] |
78 } | 79 } |
79 ] | 80 ] |
80 } | 81 } |
81 | 82 |
82 | 83 |
OLD | NEW |