-
Notifications
You must be signed in to change notification settings - Fork 753
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
The quality of Cached image is very poor on Mac Book Pro with Retina display. #750
Comments
shoot I thought this was handled. I'll add this to the 5.0.1 release which is a patch coming out soon Thanks! |
@ericdrowell is this issuce still open. Since you clain it is fixed in 5.0.1 and now 5.1.0 is released? |
The problem is still there. Actually, 5.1.0 is worse, not just the cashed image, the quality of non-cached shape is bad too. |
Set the pixelRatio to 1 for desktops is really bad. It made everything blur in high resolution computers, like Mac Book Pro with Retina display. Here is the comments:
I don't know why you care browser zoom? Browser zoom wouldn't matter, it apply after the canvas drawing. |
Are you sure that quality of non-cached shapes is bad? Everything is good for me. (tested on iPad) |
I have the same problem. The quality is very bad. The the worst quality is when I downscale an image. |
100% sure. This is the original in 5.0.1 This is my fix: |
On iPad is OK because it was on mobile, its pixelRatio is 2. On desktop, like Mac Book with Retina display, the pixelRation is 1, that bad. |
It's only an issue on high resolution display which have pixelRatio > 1, like Mac Book Pro with retina display. I believe this was caused by pixelRatio: 1 in cacheCanvas.
You see this in this jsFiddle:
http://jsfiddle.net/kzhdev/43tfG/8/
The text was updated successfully, but these errors were encountered: