mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Update directional arrow styling when switching between directional presets (close #6032)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user