[webkit-reviews] review requested: [Bug 38390] Failed on http://philip.html5.org/tests/canvas/suite/tests/2d.drawImage.negativesource.html : [Attachment 54807] patch

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


qi <qi.2.zhang at nokia.com> has asked  for review:
Bug 38390: Failed on
http://philip.html5.org/tests/canvas/suite/tests/2d.drawImage.negativesource.ht
ml
https://bugs.webkit.org/show_bug.cgi?id=38390

Attachment 54807: patch
https://bugs.webkit.org/attachment.cgi?id=54807&action=review

------- Additional Comments from qi <qi.2.zhang at nokia.com>
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.


More information about the webkit-reviews mailing list