[Webkit-unassigned] [Bug 53951] New: drawImageBuffer in GraphicsContext passes magic (-1, -1) sized rects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 15:05:02 PST 2011


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

           Summary: drawImageBuffer in GraphicsContext passes magic
                    (-1,-1) sized rects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gwright at kde.org


GraphicsContext::drawImageBuffer has logic inside it to set up a FloatSize properly based on (tw, th) and (tsw, tsh) if the dimensions are -1, -1 for the source rect. However, these variables are never used and the (-1, -1) rect is passed to ImageBuffer anyway. This is clearly in contrast with, for example, drawImage.

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


More information about the webkit-unassigned mailing list