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("id", "scaleBar")
.attr("opacity", 1) .attr("opacity", 1)
.attr("fill", "#353540") .attr("fill", "#353540")
.attr("data-bar-size", 2)
.attr("font-size", 10) .attr("font-size", 10)
.attr("data-size", 2)
.attr("data-x", 99) .attr("data-x", 99)
.attr("data-y", 99) .attr("data-y", 99)
.attr("data-label", ""); .attr("data-label", "");

View file

@ -29,6 +29,7 @@ const version = "1.96.00"; // generator version, update each time
<ul> <ul>
<strong>Latest changes:</strong> <strong>Latest changes:</strong>
<li>Ability to render ocean heightmap</li> <li>Ability to render ocean heightmap</li>
<li>Scale bar styling features</li>
<li>Vignette visual layer and vignette styling options</li> <li>Vignette visual layer and vignette styling options</li>
<li>Ability to define custom heightmap color scheme</li> <li>Ability to define custom heightmap color scheme</li>
<li>New style preset Night and new heightmap color schemes</li> <li>New style preset Night and new heightmap color schemes</li>