mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-12 22:26:07 +00:00
As you zoom in, the rounding error in translate was multiplied by scale because it was applied post-translate (which was rounded). This seems to fix the issue.