[Webkit-unassigned] [Bug 240203] New: [macOS] REGRESSION (r293825): Find highlight snapshots are incorrectly scaled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 7 01:07:15 PDT 2022


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

            Bug ID: 240203
           Summary: [macOS] REGRESSION (r293825): Find highlight snapshots
                    are incorrectly scaled
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

takeSnapshots() depends on the snapshot ImageBuffer::resolutionScale() to set the size of the TextIndicatorData image. r293825 scaled the size of the ImageBuffer before creation and moved the scaling to the GraphicsContext. So we have correct scaled pixels but the resolutionScale is 1. So we get enlarged incorrect image.

-- 
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/20220507/2f251b49/attachment.htm>


More information about the webkit-unassigned mailing list