| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 ], | 62 ], |
| 63 "children": [ | 63 "children": [ |
| 64 { | 64 { |
| 65 "bounds": [185, 715], | 65 "bounds": [185, 715], |
| 66 "shouldFlattenTransform": false, | 66 "shouldFlattenTransform": false, |
| 67 "drawsContent": true, | 67 "drawsContent": true, |
| 68 "paintingPhases": [ | 68 "paintingPhases": [ |
| 69 "GraphicsLayerPaintForeground", | 69 "GraphicsLayerPaintForeground", |
| 70 "GraphicsLayerPaintOverflowContents", | 70 "GraphicsLayerPaintOverflowContents", |
| 71 "GraphicsLayerPaintCompositedScroll" | 71 "GraphicsLayerPaintCompositedScroll" |
| 72 ], | |
| 73 "children": [ | |
| 74 { | |
| 75 "shouldFlattenTransform": false, | |
| 76 "paintingPhases": [ | |
| 77 "GraphicsLayerPaintForeground", | |
| 78 "GraphicsLayerPaintOverflowContents", | |
| 79 "GraphicsLayerPaintCompositedScroll" | |
| 80 ] | |
| 81 } | |
| 82 ] | 72 ] |
| 83 } | 73 } |
| 84 ] | 74 ] |
| 85 }, | 75 }, |
| 86 { | 76 { |
| 87 "paintingPhases": [ | 77 "paintingPhases": [ |
| 88 "GraphicsLayerPaintBackground", | 78 "GraphicsLayerPaintBackground", |
| 89 "GraphicsLayerPaintForeground", | 79 "GraphicsLayerPaintForeground", |
| 90 "GraphicsLayerPaintMask" | 80 "GraphicsLayerPaintMask" |
| 91 ], | 81 ], |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 ] | 113 ] |
| 124 } | 114 } |
| 125 ] | 115 ] |
| 126 } | 116 } |
| 127 ] | 117 ] |
| 128 } | 118 } |
| 129 ] | 119 ] |
| 130 } | 120 } |
| 131 | 121 |
| 132 | 122 |
| OLD | NEW |