Removed haching completely from map svg

This commit is contained in:
Evolvedexperiment 2022-01-29 14:21:04 +00:00
parent e7503d14b7
commit db84364aa5
6 changed files with 9 additions and 18 deletions

View file

@ -51,7 +51,6 @@ function getMapData() {
cloneEl.querySelector("#viewbox").removeAttribute("transform");
cloneEl.querySelector("#ruler").innerHTML = ""; // always remove rulers
cloneEl.querySelector("#hatching").innerHTML = ""; // remove hatching patterns
const serializedSVG = new XMLSerializer().serializeToString(cloneEl);