# HG changeset patch # User Markus Kottlaender # Date 1559308950 -7200 # Node ID 76eafbf0a98db37b099627811c80486049de959d # Parent efa468653d48dadb0b312e8b03baf12bc533c82b client: fairway profiles: re-added stroke to fairway box diff -r efa468653d48 -r 76eafbf0a98d client/src/components/fairway/Fairwayprofile.vue --- a/client/src/components/fairway/Fairwayprofile.vue Fri May 31 14:48:47 2019 +0200 +++ b/client/src/components/fairway/Fairwayprofile.vue Fri May 31 15:22:30 2019 +0200 @@ -494,7 +494,8 @@ .datum([{ x: startPoint, y: depth }, { x: endPoint, y: depth }]) .attr("fill", "#002AFF") .attr("fill-opacity", 0.65) - .attr("stroke", "transparent") + .attr("stroke", "#002AFF") + .attr("stroke-width", 2) .attr("d", fairwayArea); } },