mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-02 00:15:12 +02:00
d2df161575
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.