[Webkit-unassigned] [Bug 36604] [Qt] Clip test case failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 13:13:46 PDT 2010


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





--- Comment #3 from qi <qi.2.zhang at nokia.com>  2010-03-26 13:13:46 PST ---
I found two issues on this case, but somehow we need 23817 fix first. So
currently I can't check in my fix for this case.

1> At CanvasRenderingContext2D::clip(), we suppose to call
m_path.closeSubpath(); This is based on spec "Open subpaths must be implicitly
closed when computing the clipping region"

2> At GraphicsContextQt.cpp clearRect(), we suppose to calculate the
intersection between rect and cliprect. This is based on spec "..must clear the
pixels in the specified rectangle that also intersect the current clipping
region to a fully transparent black..."

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