diff --git a/lib/forcegraph.js b/lib/forcegraph.js index 0281084..cf794f0 100644 --- a/lib/forcegraph.js +++ b/lib/forcegraph.js @@ -403,7 +403,7 @@ define(["d3"], function (d3) { canvas.height = el.offsetHeight * r canvas.style.width = el.offsetWidth + "px" canvas.style.height = el.offsetHeight + "px" - ctx.resetTransform() + ctx.setTransform(1, 0, 0, 1, 0, 0) ctx.scale(r, r) requestAnimationFrame(redraw) }