RESOLVED CONFIGURATION CHANGED 135428
HighDPI - can't use style.width to scale
https://bugs.webkit.org/show_bug.cgi?id=135428
Summary HighDPI - can't use style.width to scale
Michael Davidson
Reported 2014-07-30 14:17:59 PDT
In other browsers, to create a high DPI WebGL context, you can create a canvas at 2x size and scale it with CSS width/height. In Safari, this does not work. The image does not look crisp. Instead, you need to use webkit-transform: scale to do the scaling. You can see this by going to http://google.com/maps?force=webgl and spoofing Chrome. When you spoof the UA, text labels are blurry. When you don't, they're sharp.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-08-01 10:59:06 PDT
Note You need to log in before you can comment on or make changes to this bug.