zoom changes

This commit is contained in:
barrulus 2025-09-08 13:27:11 +01:00
parent c4663e7b9b
commit 8337a9b5ff
2 changed files with 124 additions and 0 deletions

View file

@ -213,6 +213,8 @@ function drawLayers() {
if (layerIsOn("toggleRulers")) rulers.draw();
// scale bar
// vignette
// apply zoom-based visibility after all layers rendered
if (typeof invokeActiveZooming === "function") invokeActiveZooming();
}
function toggleHeight(event) {