feat: style - store emblem size mod in style (v1.99.10)

This commit is contained in:
Azgaar 2024-08-26 03:06:52 +02:00
parent f129ff5573
commit 8dd4d486f0
8 changed files with 472 additions and 442 deletions

View file

@ -63,7 +63,7 @@ export function resolveVersionConflicts(version) {
.attr("stroke-width", 0)
.attr("stroke-dasharray", null)
.attr("stroke-linecap", "butt");
addZones();
Zones.generate();
if (!markers.selectAll("*").size()) {
Markers.generate();
turnButtonOn("toggleMarkers");