Skip to content

Commit

Permalink
Update directional arrow styling when switching between directional p…
Browse files Browse the repository at this point in the history
…resets (close #6032)
  • Loading branch information
quincylvania committed Jul 17, 2019
1 parent c0b79a6 commit 1bce70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/svg/lines.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1bce70e

Please sign in to comment.