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",
|
.attr({stroke: "none",
|
||||||
fill: color,
|
fill: color,
|
||||||
"stroke-linecap": "butt",
|
"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)
|
revisionGraph.circle(x, y, 3)
|
||||||
.attr({
|
.attr({
|
||||||
fill: colors[commit.space],
|
fill: colors[commit.space],
|
||||||
stroke: 'none',
|
stroke: 'none'
|
||||||
}).toFront();
|
}).toFront();
|
||||||
// paths to parents
|
// paths to parents
|
||||||
$.each(commit.parent_scmids, function(index, parent_scmid) {
|
$.each(commit.parent_scmids, function(index, parent_scmid) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user