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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 08:38:18 PDT 2010


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


qi <qi.2.zhang at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54807|                            |review?
               Flag|                            |




--- Comment #2 from qi <qi.2.zhang at nokia.com>  2010-04-30 08:38:18 PST ---
Created an attachment (id=54807)
 --> (https://bugs.webkit.org/attachment.cgi?id=54807)
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.

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