From 3ea920c1f84691ea541e0da1897f8167e6f4802d Mon Sep 17 00:00:00 2001 From: muerwre Date: Mon, 11 Feb 2019 11:12:19 +0700 Subject: [PATCH] removed blue stroke on arrows --- src/modules/NewPoly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/NewPoly.js b/src/modules/NewPoly.js index 95326c9..9d13602 100644 --- a/src/modules/NewPoly.js +++ b/src/modules/NewPoly.js @@ -70,7 +70,7 @@ export class NewPoly { latlngs[i - 1], [mid.lat, mid.lng] ], - { color: 'blue', weight: CLIENT.STROKE_WIDTH } + { color: 'none', weight: CLIENT.STROKE_WIDTH } ).addTo(this.arrows); slide._path.setAttribute('marker-end', 'url(#long-arrow)');