mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
fix: show ball in bottom window
This commit is contained in:
parent
bcce8b1a0d
commit
b49415165d
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ var VisNode = VisBase.extend({
|
|||
var y = circle.attr('cy');
|
||||
|
||||
var maxWidth = this.gitVisuals.paper.width;
|
||||
var maxHeight = this.gitVisuals.paper.height;
|
||||
var maxHeight = this.gitVisuals.paper.height - circle.attrs.r;
|
||||
var elasticity = 0.8 / speed;
|
||||
var dt = 1.0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue