| 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 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintingPhases": [ | 8 "paintingPhases": [ |
| 9 "GraphicsLayerPaintBackground", | 9 "GraphicsLayerPaintBackground", |
| 10 "GraphicsLayerPaintForeground", | 10 "GraphicsLayerPaintForeground", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 { | 76 { |
| 77 "name": "Scroll Corner Layer", | 77 "name": "Scroll Corner Layer", |
| 78 "position": [86, 86], | 78 "position": [86, 86], |
| 79 "bounds": [15, 15], | 79 "bounds": [15, 15], |
| 80 "drawsContent": true, | 80 "drawsContent": true, |
| 81 "paintingPhases": [ | 81 "paintingPhases": [ |
| 82 "GraphicsLayerPaintBackground", | 82 "GraphicsLayerPaintBackground", |
| 83 "GraphicsLayerPaintForeground", | 83 "GraphicsLayerPaintForeground", |
| 84 "GraphicsLayerPaintMask" | 84 "GraphicsLayerPaintMask" |
| 85 ] | 85 ] |
| 86 }, |
| 87 { |
| 88 "name": "Decoration Layer", |
| 89 "bounds": [102, 102], |
| 90 "drawsContent": true, |
| 91 "paintingPhases": [ |
| 92 "GraphicsLayerPaintDecoration" |
| 93 ] |
| 86 } | 94 } |
| 87 ] | 95 ] |
| 88 } | 96 } |
| 89 | 97 |
| OLD | NEW |