pyscroll icon indicating copy to clipboard operation
pyscroll copied to clipboard

non-integer zoom has weird rendering

Open nopeless opened this issue 3 years ago • 1 comments

I haven't looked at the code but setting the zoom to something like 1.01 will create this weird black mask in empty tiles.

Also the scale of zoom 1 is vastly different from 1.01 and 0.99

nopeless avatar Mar 21 '22 20:03 nopeless

https://github.com/bitcraft/pyscroll/blob/6ddbface62a6aa90f3cc373416fdb9724a85056a/pyscroll/orthographic.py#L314-L329

Most likely caused because of this

nopeless avatar Oct 21 '22 06:10 nopeless