awesome-raccoons / gqt

MIT License
0 stars 0 forks source link

Weird things happen for high zoom levels #48

Closed nryeng closed 9 years ago

nryeng commented 9 years ago

To reproduce: Plot POLYGON((0 0, 10 0, 10 10, 0 0)) and press Ctr-+ more than 34 times (the real fun is around 38 presses).

I guess this is caused by floating point errors, so it's probably hard to fix it. A good enough fix is to just stop zooming before this becomes an issue.