fix: scale bar size

This commit is contained in:
Azgaar 2024-02-13 00:54:29 +01:00
parent a4c4db6150
commit 00ac16b47f
2 changed files with 2 additions and 1 deletions

View file

@ -786,8 +786,8 @@ export function resolveVersionConflicts(version) {
.attr("id", "scaleBar")
.attr("opacity", 1)
.attr("fill", "#353540")
.attr("data-bar-size", 2)
.attr("font-size", 10)
.attr("data-size", 2)
.attr("data-x", 99)
.attr("data-y", 99)
.attr("data-label", "");