From 69e81a0cbe7d03c953ffc4eb7a48125d471fb06c Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 19 Oct 2019 01:03:21 +0300 Subject: [PATCH] v.1.11.2 --- modules/save-and-load.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/save-and-load.js b/modules/save-and-load.js index 84e2efde..4838ce50 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -873,6 +873,7 @@ function parseLoadedData(data) { // v 1.11 replaced "display" attribute by "display" style viewbox.selectAll("g").each(function() { if (this.hasAttribute("display")) this.removeAttribute("display"); + fogging.style("display", "none"); }); }