Skip to content

Fix zoom formula

James Westman requested to merge (removed):fix-zoom into main

The formula for calculating zoom between integer levels was incorrect--it was linear, rather than exponential like the overall function. This change makes zooming smoother and more consistent.

Merge request reports