network graph: fixed minor visual artefacts

3-1-stable
Dmitry Kalinkin 2012-06-19 16:15:13 +04:00
parent c31c84f58a
commit 163395793b
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function branchGraph(holder) {
r.path(["M", x - 5, y + .0001, "l-5-2,0,4,5,-2C", x - 5, y, x - 17, y + 2, x - 20, y - 5, "L", cx, y - 5, cx, cy])
.attr({stroke: colors[commits[i].space], "stroke-width": 2});
} else {
r.path(["M", x - 3, y + 4, "l-4,3,3,2,1,-4L", x - 10, y + 14, "L", x - 10, cy, cx, cy])
r.path(["M", x - 3, y + 6, "l-4,3,4,2,0,-5L", x - 10, y + 20, "L", x - 10, cy, cx, cy])
.attr({stroke: colors[c.space], "stroke-width": 2});
}
}