From 005db7bd908f769b4624a6502e0002c84dd80e4e Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 19 Oct 2019 18:00:52 +0300 Subject: [PATCH] v1.11.11 --- modules/save-and-load.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/save-and-load.js b/modules/save-and-load.js index 40bdf458..d88b897b 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -875,6 +875,8 @@ function parseLoadedData(data) { viewbox.selectAll("g").each(function() { if (this.hasAttribute("display")) this.removeAttribute("display"); fogging.style("display", "none"); + prec.style("display", "none"); + ruler.style("display", "none"); }); }