-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blurry tiles in Safari #1
Comments
I own an iPad, is there any way I can help? |
Unfortunately, this requires more than just testing - someone needs to actually attempt to fix this themselves, and I have no idea what to do that isn't messing with the |
I was testing some stuff on my own computer (I own a mac and am happy to test as needed) with the following:
I found that the latter 2 transforms involving "translate3d" both made the image blurry, where the former 2 with separate "translateX" and "translateY" components did not. I recognize the use of translate3d is probably to get the GPU to do stuff rather than the CPU, but anything that induces the GPU (perspective(1px) as a transform instruction, for example) resulted in bluriness. I tried to make edits in the inspector but couldn't get it to sharpen when I was trying - I think I missed something (and there MAY be a problem with position:absolute from what I was researching). |
In Safari, at the higher zoom levels, tiles are blurry. They're blurry no matter what I try to do, for whatever reason.
It appears that Safari is basically ignoring the
image-rendering
CSS property. I don't own a Mac, and I can't afford the €920 price of Apple's cheapest Mac (the Mac Mini), so I don't have any way to fix this one.This issue would be a great pull request candidate for anyone that owns a mac and can figure this problem out.
For reference, this is how it looks in Firefox, Chrome and Edge:
![image](https://user-images.githubusercontent.com/204153/75202384-f9f1b400-5762-11ea-999a-a4c9190df04a.png)
The text was updated successfully, but these errors were encountered: