viscenter / layered-viewer

(Archive Repository) Registered image viewer based on OpenSeadragon
https://gitlab.com/educelab/vislayers
Other
6 stars 1 forks source link

retina displays are stupid #35

Closed johnwalker closed 9 years ago

johnwalker commented 9 years ago

https://developer.apple.com/library/safari/documentation/AudioVideo/Conceptual/HTML-canvas-guide/SettingUptheCanvas/SettingUptheCanvas.html

johnwalker commented 9 years ago

the good news is that it's a 10 minute fix. if a scale factor is defined, multiply by that. otherwise define the scale factor as 1

stephenrparsons commented 9 years ago

Great, thanks for investigating. In the next couple of days I will be looking at some other issues and can knock this out if it still remains.

On Mon, May 4, 2015 at 2:44 PM john walker notifications@github.com wrote:

the good news is that it's a 10 minute fix. if a scale factor is defined, multiply by that. otherwise define the scale factor as 1

— Reply to this email directly or view it on GitHub https://github.com/viscenter/layered-viewer/issues/35#issuecomment-98810106 .

johnwalker commented 9 years ago

@csparker247 would you check infoforest.vis.uky.edu and see if the issue is fixed? try on safari and chrome

johnwalker commented 9 years ago

well retina displays might not be fixed but maybe the client is fixed on retina displays

csparker247 commented 9 years ago

Mouse now accurately tracks position in Chrome and Safari on both retina and non-retina.

However, the mouse now has a trail in in Safari (Retina and non-retina both): https://drive.google.com/file/d/0BxjtEz6no21sZVZqR283LWZIc1E/view?usp=sharing

johnwalker commented 9 years ago

LOL we implemented painting