Bug 52705

Summary: [Qt] GraphicsContext::strokePath() paints solid shadows with incorrect alpha
Product: WebKit Reporter: Helder Correia <helder>
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kenneth, kling, mdelaney7
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Helder Correia 2011-01-19 02:06:37 PST
This is related to bug 52611. The shadow color alpha must be multiplied by the context pen alpha. Fixing this results in correct behavior for Canvas path stroke() and strokeRect() [which relies on stroke()].
Comment 1 Helder Correia 2011-01-19 02:09:37 PST
Created attachment 79402 [details]
Patch
Comment 2 Andreas Kling 2011-01-19 13:43:32 PST
Comment on attachment 79402 [details]
Patch

r=me, let's hope nobody else chokes on the test :)
Comment 3 WebKit Commit Bot 2011-01-19 21:57:00 PST
The commit-queue encountered the following flaky tests while processing attachment 79402 [details]:

fast/spatial-navigation/snav-iframe-flattening-simple.html bug 52783 (author: tonikitoo@webkit.org)
The commit-queue is continuing to process your patch.
Comment 4 WebKit Commit Bot 2011-01-19 21:57:59 PST
Comment on attachment 79402 [details]
Patch

Clearing flags on attachment: 79402

Committed r76206: <http://trac.webkit.org/changeset/76206>
Comment 5 WebKit Commit Bot 2011-01-19 21:58:05 PST
All reviewed patches have been landed.  Closing bug.