removed blue stroke on arrows

This commit is contained in:
muerwre 2019-02-11 11:12:19 +07:00
parent 4b96a1bc4f
commit 3ea920c1f8

View file

@ -70,7 +70,7 @@ export class NewPoly {
latlngs[i - 1], latlngs[i - 1],
[mid.lat, mid.lng] [mid.lat, mid.lng]
], ],
{ color: 'blue', weight: CLIENT.STROKE_WIDTH } { color: 'none', weight: CLIENT.STROKE_WIDTH }
).addTo(this.arrows); ).addTo(this.arrows);
slide._path.setAttribute('marker-end', 'url(#long-arrow)'); slide._path.setAttribute('marker-end', 'url(#long-arrow)');