Skip to content

Commit

Permalink
Merge branch 'clip-zoom-scale' of https://github.com/mgold/d3 into 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 2, 2015
2 parents a6f66e9 + 8b37735 commit 347b1b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion d3.js
Original file line number Diff line number Diff line change
Expand Up @@ -1369,8 +1369,9 @@
view = {
x: view.x,
y: view.y,
k: +_
k: null
};
scaleTo(+_);
rescale();
return zoom;
};
Expand Down
Loading

0 comments on commit 347b1b4

Please sign in to comment.