Merged r11737 and r11738 from trunk to 2.3-stable (#13823)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11739 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
06ab582e5d
commit
8c17237638
|
@ -93,7 +93,7 @@ function drawRelations() {
|
|||
.attr({stroke: "none",
|
||||
fill: color,
|
||||
"stroke-linecap": "butt",
|
||||
"stroke-linejoin": "miter",
|
||||
"stroke-linejoin": "miter"
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@ function drawRevisionGraph(holder, commits_hash, graph_space) {
|
|||
revisionGraph.circle(x, y, 3)
|
||||
.attr({
|
||||
fill: colors[commit.space],
|
||||
stroke: 'none',
|
||||
stroke: 'none'
|
||||
}).toFront();
|
||||
// paths to parents
|
||||
$.each(commit.parent_scmids, function(index, parent_scmid) {
|
||||
|
|
Loading…
Reference in New Issue