[Webkit-unassigned] [Bug 108897] [Cairo] Canvas-shadow behavior is not being as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 09:25:27 PDT 2013


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





--- Comment #46 from Martin Robinson <mrobinson at webkit.org>  2013-04-25 09:23:46 PST ---
(In reply to comment #44)
> The below failures are being caused because of negative parameters of destination rect. It can be solved by appropriately them to positive parameters.
> 
> fast/canvas/drawImage-with-negative-source-destination.html
> css2.1/20110323/margin-collapse-clear-012.htm
> css2.1/20110323/margin-collapse-clear-013.htm
> css2.1/20110323/margin-collapse-clear-014.htm
> css2.1/20110323/margin-collapse-clear-015.htm
> 
> Currently in PlatformContextCairo::drawSurfaceToContext(), only the srcRect parameters are being checked for negative values. The same check has to be added for destRect as well.
> 

I do not understand the interaction of your change and mine. How did they combine to cause these new failures?

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