[Webkit-unassigned] [Bug 201391] [FTW] NativeImagePtr is drawn with invalid scaling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 1 16:35:06 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201391

--- Comment #1 from Brent Fulgham <bfulgham at webkit.org> ---
Also: The API that I was using to create BitmapRenderContexts overrode the screen DPI by passing the same size for the "logical dimensions" and the "pixel dimensions". This patch corrects that mistake.

We need to use this API (rather than letting Direct2D handle it) because our software image processing wants to work in 1x dimensions, so those code paths need to be able to supply matching pixel and logical dimensions.

-- 
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/20190901/89074a94/attachment.html>


More information about the webkit-unassigned mailing list