diff --git a/index.html b/index.html index cf30d114..f98e4dd3 100644 --- a/index.html +++ b/index.html @@ -31,8 +31,8 @@ - - + +
@@ -1152,5 +1152,5 @@ - + diff --git a/script.js b/script.js index 59468a74..dde87088 100644 --- a/script.js +++ b/script.js @@ -5727,7 +5727,7 @@ function fantasyMap() { var size = +editSize.value; group.attr("data-size", size) .attr("font-size", rn((size + (size / scale)) / 2, 2)) - .attr("fill", editColor.title) + .attr("fill", editColor.value) .attr("opacity", editOpacity.value); if (editFontSelect.value !== "") { const font = fonts[editFontSelect.value].split(':')[0].replace(/\+/g, " ");