Update directional arrow styling when switching between directional presets (close #6032)

This commit is contained in:
Quincy Morgan
2019-07-17 13:55:56 -04:00
parent c0b79a614d
commit 1bce70e3f5
+1 -1
View File
@@ -171,8 +171,8 @@ export function svgLines(projection, context) {
markers = markers.enter()
.append('path')
.attr('class', pathclass)
.attr('marker-mid', marker)
.merge(markers)
.attr('marker-mid', marker)
.attr('d', function(d) { return d.d; });
if (detected.ie) {