mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.6.11 - fix saving issues
This commit is contained in:
parent
8767893d72
commit
69c44317e3
4 changed files with 10 additions and 15 deletions
|
|
@ -212,7 +212,7 @@ function inlineStyle(clone) {
|
|||
const emptyG = clone.append("g").node();
|
||||
const defaultStyles = window.getComputedStyle(emptyG);
|
||||
|
||||
clone.selectAll("g, #ruler > g > *, #scaleBar > text").each(function() {
|
||||
clone.selectAll("g, #ruler *, #scaleBar > text").each(function() {
|
||||
const compStyle = window.getComputedStyle(this);
|
||||
let style = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue