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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 "position": [1, 1], | 56 "position": [1, 1], |
57 "bounds": [185, 185], | 57 "bounds": [185, 185], |
58 "paintingPhases": [ | 58 "paintingPhases": [ |
59 "GraphicsLayerPaintBackground", | 59 "GraphicsLayerPaintBackground", |
60 "GraphicsLayerPaintForeground", | 60 "GraphicsLayerPaintForeground", |
61 "GraphicsLayerPaintMask" | 61 "GraphicsLayerPaintMask" |
62 ], | 62 ], |
63 "children": [ | 63 "children": [ |
64 { | 64 { |
65 "bounds": [185, 715], | 65 "bounds": [185, 715], |
66 "shouldFlattenTransform": false, | |
67 "drawsContent": true, | 66 "drawsContent": true, |
68 "paintingPhases": [ | 67 "paintingPhases": [ |
69 "GraphicsLayerPaintForeground", | 68 "GraphicsLayerPaintForeground", |
70 "GraphicsLayerPaintOverflowContents", | 69 "GraphicsLayerPaintOverflowContents", |
71 "GraphicsLayerPaintCompositedScroll" | 70 "GraphicsLayerPaintCompositedScroll" |
72 ], | 71 ], |
73 "children": [ | 72 "children": [ |
74 { | 73 { |
75 "shouldFlattenTransform": false, | |
76 "paintingPhases": [ | 74 "paintingPhases": [ |
77 "GraphicsLayerPaintForeground", | 75 "GraphicsLayerPaintForeground", |
78 "GraphicsLayerPaintOverflowContents", | 76 "GraphicsLayerPaintOverflowContents", |
79 "GraphicsLayerPaintCompositedScroll" | 77 "GraphicsLayerPaintCompositedScroll" |
80 ] | 78 ] |
81 } | 79 } |
82 ] | 80 ] |
83 } | 81 } |
84 ] | 82 ] |
85 }, | 83 }, |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 ] | 123 ] |
126 } | 124 } |
127 ] | 125 ] |
128 } | 126 } |
129 ] | 127 ] |
130 } | 128 } |
131 ] | 129 ] |
132 } | 130 } |
133 | 131 |
134 | 132 |
OLD | NEW |