| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "paintingPhases": [ | 7 "paintingPhases": [ |
| 8 "GraphicsLayerPaintBackground", | 8 "GraphicsLayerPaintBackground", |
| 9 "GraphicsLayerPaintForeground", | 9 "GraphicsLayerPaintForeground", |
| 10 "GraphicsLayerPaintMask" | 10 "GraphicsLayerPaintMask" |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 { | 105 { |
| 106 "name": "Scroll Corner Layer", | 106 "name": "Scroll Corner Layer", |
| 107 "position": [186, 186], | 107 "position": [186, 186], |
| 108 "bounds": [15, 15], | 108 "bounds": [15, 15], |
| 109 "drawsContent": true, | 109 "drawsContent": true, |
| 110 "paintingPhases": [ | 110 "paintingPhases": [ |
| 111 "GraphicsLayerPaintBackground", | 111 "GraphicsLayerPaintBackground", |
| 112 "GraphicsLayerPaintForeground", | 112 "GraphicsLayerPaintForeground", |
| 113 "GraphicsLayerPaintMask" | 113 "GraphicsLayerPaintMask" |
| 114 ] | 114 ] |
| 115 }, |
| 116 { |
| 117 "name": "Decoration Layer", |
| 118 "bounds": [202, 202], |
| 119 "drawsContent": true, |
| 120 "paintingPhases": [ |
| 121 "GraphicsLayerPaintDecoration" |
| 122 ] |
| 115 } | 123 } |
| 116 ] | 124 ] |
| 117 } | 125 } |
| 118 | 126 |
| 119 | 127 |
| OLD | NEW |