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

high dpi not handled on Safari 8 / Yosemite (Macbook Pro 13'' retina display)? #5599

Closed
davidedc opened this issue Nov 10, 2014 · 4 comments
Closed
Labels

Comments

@davidedc
Copy link
Contributor

Hi,

I'm using a Macbook Pro 13'' retina display with Yosemite (OSX 10.10) and Safari 8.

High-dpi doesn't seem to be handled (while it is in Chrome and Firefox). Two comparison screenshots of reference Three.js examples follow.

Example: http://threejs.org/examples/#webgl_buffergeometry . Safari (left, fuzzy) vs. Chrome (right, crisp)
screen shot 2014-11-09 at 23 54 19

Example: http://threejs.org/examples/#webgl_custom_attributes_lines . Safari (left, fuzzy) vs. Chrome (right, crisp)
screen shot 2014-11-09 at 23 59 49

@davidedc
Copy link
Contributor Author

I should add that I've seen this in r67 and r69 (I skipped r68).

@davidedc
Copy link
Contributor Author

there is a bug filed on webkit here: https://bugs.webkit.org/show_bug.cgi?id=134854
A fix has been committed on 7th Oct 2014 (5 weeks ago), so I'm guessing we'll see a fix soon.

In the meantime one could try a browser/version specific hack to fiddle manually with the buffer sizes / canvas sizes / CSS...

@mrdoob mrdoob added the Bug label Nov 12, 2014
@mrdoob
Copy link
Owner

mrdoob commented Nov 12, 2014

Thanks for finding the reported bug :)

@lmcd
Copy link

lmcd commented Nov 24, 2014

The fix has been in the WebKit nightly builds for a while: http://nightly.webkit.org/

@Mugen87 Mugen87 closed this as completed Apr 7, 2017
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

4 participants