diff options
Diffstat (limited to 'Map/Presentation/Base Components/MapRender/MapMask.swift')
| -rw-r--r-- | Map/Presentation/Base Components/MapRender/MapMask.swift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Map/Presentation/Base Components/MapRender/MapMask.swift b/Map/Presentation/Base Components/MapRender/MapMask.swift index 807310c..2c064b3 100644 --- a/Map/Presentation/Base Components/MapRender/MapMask.swift +++ b/Map/Presentation/Base Components/MapRender/MapMask.swift @@ -37,7 +37,8 @@ struct MapMask: View { .offset( CGSize( width: w(vertex.position.x) + vertexSize.width + padding, - height: h(vertex.position.y) + 7.0)) + height: h(vertex.position.y) + 7.0) + ) .blendMode(.destinationOut) }.zIndex(1) } |