From 577f2279576c7ef6fe1e07ccb6c36200014f7f86 Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Fri, 10 Mar 2017 11:57:36 +0100 Subject: [PATCH] [BUGFIX] Forcegraph transparency --- lib/forcegraph/draw.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/forcegraph/draw.js b/lib/forcegraph/draw.js index b6252e7..3e66442 100644 --- a/lib/forcegraph/draw.js +++ b/lib/forcegraph/draw.js @@ -97,6 +97,7 @@ define(['helper'], function (helper) { ctx.lineWidth = 2.5; } ctx.stroke(); + ctx.globalAlpha = 1; }; self.setCTX = function setCTX(newValue) {