[Webkit-unassigned] [Bug 38526] [Qt] REGRESSION: CoolClock isn't rendered properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 23:54:35 PDT 2010


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





--- Comment #5 from Dirk Schulze <krit at webkit.org>  2010-05-04 23:54:35 PST ---
(In reply to comment #3)
> Created an attachment (id=55086)
 --> (https://bugs.webkit.org/attachment.cgi?id=55086) [details]
> Proposed patch v2
> 
> Simpler fix that also removes the rendering artifact discussed in
> https://bugs.webkit.org/show_bug.cgi?id=36226

Another point: I think a regression test could be helpfull here. I know that
pixel tests are not realy working on Qt, but it is possible to test your
behavior with getImageData. See LayoutTests/fast/canvas for examples.
You can use a canvas area of 100x100, filled with green, take a point and arc
outside of the canvas area and stroke or fill it with red. If your patch is
correct, the area should still be completely green. This is just a suggestion.

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