mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Clean up route line
This commit is contained in:
parent
c6be3c50a7
commit
47115925fc
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ struct NodeMapSwiftUI: View {
|
|||
startPoint: .leading, endPoint: .trailing
|
||||
)
|
||||
let stroke = StrokeStyle(
|
||||
lineWidth: 5,
|
||||
lineCap: .round, lineJoin: .round, dash: [10, 20]
|
||||
lineWidth: 5,
|
||||
lineCap: .round, lineJoin: .round, dash: [10, 10]
|
||||
)
|
||||
MapPolyline(coordinates: lineCoords)
|
||||
.stroke(gradient, style: stroke)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue