Skip to content

Commit

Permalink
Shrink the directional way markers slightly
Browse files Browse the repository at this point in the history
(closes #5533)
  • Loading branch information
bhousel committed Nov 30, 2018
1 parent 8b0e729 commit d177ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/svg/defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function svgDefs(context) {
.attr('orient', 'auto')
.append('path')
.attr('class', 'sided-marker-path sided-marker-' + name + '-path')
.attr('d', 'M 0,0 L 1,2 L 2,0 z')
.attr('d', 'M 0,0 L 1,1 L 2,0 z')
.attr('stroke', 'none')
.attr('fill', color);
}
Expand Down

0 comments on commit d177ab7

Please sign in to comment.