RESOLVED FIXED 115310
[Mac] Disable canvas backing store scaling (HIGH_DPI_CANVAS)
https://bugs.webkit.org/show_bug.cgi?id=115310
Summary [Mac] Disable canvas backing store scaling (HIGH_DPI_CANVAS)
Dean Jackson
Reported 2013-04-27 13:15:55 PDT
Disable the automatic pixel doubling in canvas backing stores on high dpi devices. This will potentially make canvases look worse of high dpi displays, but only if they were ignoring devicePixelRatio. Since the majority of high dpi displays *do not* auto-double (including mobile devices and other desktop browsers), this provides consistency and less chance of unnecessary memory use. <rdar://problem/13437328>
Attachments
Patch (9.26 KB, patch)
2013-04-27 13:23 PDT, Dean Jackson
simon.fraser: review+
Dean Jackson
Comment 1 2013-04-27 13:23:59 PDT
Dean Jackson
Comment 2 2013-04-28 14:52:19 PDT
Note You need to log in before you can comment on or make changes to this bug.