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:
Toshi MARUYAMA 2013-04-21 09:00:27 +00:00
parent 06ab582e5d
commit 8c17237638
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ function drawRelations() {
.attr({stroke: "none",
fill: color,
"stroke-linecap": "butt",
"stroke-linejoin": "miter",
"stroke-linejoin": "miter"
});
});
}

View File

@ -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) {