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, |
66 "drawsContent": true, | 67 "drawsContent": true, |
67 "paintingPhases": [ | 68 "paintingPhases": [ |
68 "GraphicsLayerPaintForeground", | 69 "GraphicsLayerPaintForeground", |
69 "GraphicsLayerPaintOverflowContents", | 70 "GraphicsLayerPaintOverflowContents", |
70 "GraphicsLayerPaintCompositedScroll" | 71 "GraphicsLayerPaintCompositedScroll" |
71 ], | 72 ], |
72 "children": [ | 73 "children": [ |
73 { | 74 { |
| 75 "shouldFlattenTransform": false, |
74 "paintingPhases": [ | 76 "paintingPhases": [ |
75 "GraphicsLayerPaintForeground", | 77 "GraphicsLayerPaintForeground", |
76 "GraphicsLayerPaintOverflowContents", | 78 "GraphicsLayerPaintOverflowContents", |
77 "GraphicsLayerPaintCompositedScroll" | 79 "GraphicsLayerPaintCompositedScroll" |
78 ] | 80 ] |
79 } | 81 } |
80 ] | 82 ] |
81 } | 83 } |
82 ] | 84 ] |
83 }, | 85 }, |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 ] | 123 ] |
122 } | 124 } |
123 ] | 125 ] |
124 } | 126 } |
125 ] | 127 ] |
126 } | 128 } |
127 ] | 129 ] |
128 } | 130 } |
129 | 131 |
130 | 132 |
OLD | NEW |