[Webkit-unassigned] [Bug 230647] [GPU Process] add support for `IncludeDeviceScale` inside `DisplayList::Recorder::getCTM`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 22 16:06:55 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230647
Devin Rousso <drousso at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |drousso at apple.com
See Also| |https://bugs.webkit.org/sho
| |w_bug.cgi?id=230648
--- Comment #1 from Devin Rousso <drousso at apple.com> ---
(oops I think I changed the title of another bug I was gonna file and hit submit before I realized )
While working on <https://webkit.org/b/230648>, I noticed that `DisplayList::Recorder::getCTM` never seems to include the device scale, meaning that if I try to use `ImageBuffer::compatibleBufferSize` and then `GraphicsContext::drawConsumingImageBuffer` it'll result in a blurry image (since the device scale used for the `ImageBuffer` is just `1`).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210922/04fbc131/attachment-0001.htm>
More information about the webkit-unassigned
mailing list