[Webkit-unassigned] [Bug 38390] [Qt] Failed on http://philip.html5.org/tests/canvas/suite/tests/2d.drawImage.negativesource.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 01:34:55 PDT 2010


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |krit at webkit.org
     Ever Confirmed|0                           |1




--- Comment #3 from Dirk Schulze <krit at webkit.org>  2010-05-11 01:34:54 PST ---
(In reply to comment #2)
> Created an attachment (id=54807)
 --> (https://bugs.webkit.org/attachment.cgi?id=54807) [details]
> patch
> 
> This bug is pretty much similar with 56619. Both of them is about negative width or height in drawing a image. The difference is 56619 was drawing a special image - canvas (drawing a canvas to another canvas), in Qt, StillImage draw is used for this purpose. This case is a normal image (draw a normal image to canvas), ImageQt draw is used for this purpose. I copy the code from StillImage to ImageQt for the same reason.

IIRC I talked to hixie, and you also need to flip the image on negative sizes. So 56619 might be wrong too.

-- 
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