mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-21 18:43:23 +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.