| 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 25 matching lines...) Expand all Loading... |
| 36 ], | 36 ], |
| 37 "children": [ | 37 "children": [ |
| 38 { | 38 { |
| 39 "bounds": [85, 120], | 39 "bounds": [85, 120], |
| 40 "shouldFlattenTransform": false, | 40 "shouldFlattenTransform": false, |
| 41 "drawsContent": true, | 41 "drawsContent": true, |
| 42 "paintingPhases": [ | 42 "paintingPhases": [ |
| 43 "GraphicsLayerPaintForeground", | 43 "GraphicsLayerPaintForeground", |
| 44 "GraphicsLayerPaintOverflowContents", | 44 "GraphicsLayerPaintOverflowContents", |
| 45 "GraphicsLayerPaintCompositedScroll" | 45 "GraphicsLayerPaintCompositedScroll" |
| 46 ], | |
| 47 "children": [ | |
| 48 { | |
| 49 "shouldFlattenTransform": false, | |
| 50 "paintingPhases": [ | |
| 51 "GraphicsLayerPaintForeground", | |
| 52 "GraphicsLayerPaintOverflowContents", | |
| 53 "GraphicsLayerPaintCompositedScroll" | |
| 54 ] | |
| 55 } | |
| 56 ] | 46 ] |
| 57 } | 47 } |
| 58 ] | 48 ] |
| 59 }, | 49 }, |
| 60 { | 50 { |
| 61 "paintingPhases": [ | 51 "paintingPhases": [ |
| 62 "GraphicsLayerPaintBackground", | 52 "GraphicsLayerPaintBackground", |
| 63 "GraphicsLayerPaintForeground", | 53 "GraphicsLayerPaintForeground", |
| 64 "GraphicsLayerPaintMask" | 54 "GraphicsLayerPaintMask" |
| 65 ], | 55 ], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 94 } | 84 } |
| 95 ] | 85 ] |
| 96 } | 86 } |
| 97 ] | 87 ] |
| 98 } | 88 } |
| 99 ] | 89 ] |
| 100 } | 90 } |
| 101 ] | 91 ] |
| 102 } | 92 } |
| 103 | 93 |
| OLD | NEW |