From 7e36ed0d931fd335f4d937ec0d1179caac45b223 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 8 May 2019 13:52:12 -0400 Subject: [PATCH] Close seams in corners of highlighting strokes (closes #6336) --- css/20_map.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/20_map.css b/css/20_map.css index 6bb193e7e..15a9be96a 100644 --- a/css/20_map.css +++ b/css/20_map.css @@ -197,6 +197,8 @@ path.shadow { stroke: #f6634f; stroke-width: 16; stroke-opacity: 0; + stroke-linecap: round; + stroke-linejoin: round; } path.shadow.related:not(.selected),