Skip to content
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 on Edge #1

Open
walsh9 opened this issue Oct 11, 2016 · 2 comments
Open

Blurry on Edge #1

walsh9 opened this issue Oct 11, 2016 · 2 comments
Labels

Comments

@walsh9
Copy link
Owner

walsh9 commented Oct 11, 2016

probably just need to find the right css trick to disable blur

@walsh9
Copy link
Owner Author

walsh9 commented Oct 11, 2016

It looks like Edge has no support for the image-rendering CSS property and have removed IE workarounds. The alternatives to fix this involve resizing in canvas or resizing all assets so anyway this does not seem to have a quick fix.

@walsh9
Copy link
Owner Author

walsh9 commented Oct 11, 2016

Possible solution: Drop css scaling and just increase canvas size by 2x. Resize all assets in code in the loader. Update drawTile code to mulitply all positions by 2.

@walsh9 walsh9 added the bug label Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant