| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "drawsContent": true, | 67 "drawsContent": true, |
| 68 "paintingPhases": [ | 68 "paintingPhases": [ |
| 69 "GraphicsLayerPaintForeground", | 69 "GraphicsLayerPaintForeground", |
| 70 "GraphicsLayerPaintOverflowContents", | 70 "GraphicsLayerPaintOverflowContents", |
| 71 "GraphicsLayerPaintCompositedScroll" | 71 "GraphicsLayerPaintCompositedScroll" |
| 72 ] | 72 ] |
| 73 } | 73 } |
| 74 ] | 74 ] |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "bounds": [202, 202], | |
| 78 "paintingPhases": [ | 77 "paintingPhases": [ |
| 79 "GraphicsLayerPaintBackground", | 78 "GraphicsLayerPaintBackground", |
| 80 "GraphicsLayerPaintForeground", | 79 "GraphicsLayerPaintForeground", |
| 81 "GraphicsLayerPaintMask" | 80 "GraphicsLayerPaintMask" |
| 82 ], | 81 ], |
| 83 "children": [ | 82 "children": [ |
| 84 { | 83 { |
| 85 "position": [1, 186], | 84 "position": [1, 186], |
| 86 "bounds": [185, 15], | 85 "bounds": [185, 15], |
| 87 "paintingPhases": [ | 86 "paintingPhases": [ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 114 ] | 113 ] |
| 115 } | 114 } |
| 116 ] | 115 ] |
| 117 } | 116 } |
| 118 ] | 117 ] |
| 119 } | 118 } |
| 120 ] | 119 ] |
| 121 } | 120 } |
| 122 | 121 |
| 123 | 122 |
| OLD | NEW |