RESOLVED FIXED 67227
CG plug-ins are always given a context with a scale factor of 1, even when the device scale factor is something else
https://bugs.webkit.org/show_bug.cgi?id=67227
Summary CG plug-ins are always given a context with a scale factor of 1, even when th...
Adam Roben (:aroben)
Reported 2011-08-30 13:52:27 PDT
CG plug-ins are always given a context with a scale factor of 1 to draw into, even when the device scale factor is something else. This results in plug-ins looking blurry on higher scale factor displays. We should scale the context to match the device scale factor before handing it off to the plug-in for drawing.
Attachments
Patch (6.20 KB, patch)
2011-10-25 17:56 PDT, Anders Carlsson
sam: review+
Radar WebKit Bug Importer
Comment 1 2011-08-30 13:53:02 PDT
Anders Carlsson
Comment 2 2011-10-25 17:56:17 PDT
Anders Carlsson
Comment 3 2011-10-25 17:59:14 PDT
Ryosuke Niwa
Comment 4 2011-10-26 00:01:47 PDT
Ryosuke Niwa
Comment 5 2011-10-26 00:41:12 PDT
Note You need to log in before you can comment on or make changes to this bug.