v. 0.59.14b

This commit is contained in:
Azgaar 2018-09-06 21:03:29 +03:00
parent 2f66891ecf
commit af6eeb9bad
2 changed files with 4 additions and 4 deletions

View file

@ -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, " ");