mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 07:23:40 +00:00
fix oneway text
This commit is contained in:
@@ -84,7 +84,7 @@ iD.svg.Lines = function() {
|
||||
.filter(filter)
|
||||
.attr('xlink:href', function(d, i) { return '#shadow-' + d.id; })
|
||||
.text(function(d) {
|
||||
return (new Array(Math.floor(lengths[d.id]))).join('►----');
|
||||
return (new Array(Math.floor(lengths[d.id]))).join('► ');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user