mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
fix oneway text
This commit is contained in:
+1
-1
@@ -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