[Webkit-unassigned] [Bug 20945] New: REGRESSION (r36628): Safari icon on error page is squished

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 11:53:18 PDT 2008


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

           Summary: REGRESSION (r36628): Safari icon on error page is
                    squished
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: pkasting at google.com


The Safari icon on Safari error pages is squished. To reproduce: open Safari
and go to <http://safaricantfindtheserver.com/>.

It looks like r36628 introduced a change that causes the current frame in the
image to advance to 4. This in turn confuses the code in BitmapImage::draw,
which uses the size of frame 4 (16x16) while the caller passes a 512x512 source
rectangle, based on frame 0.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list