Bug 50198

Summary: [Qt] Path stroke shadow has incorrect behavior when using ctx.scale(x,y)
Product: WebKit Reporter: Helder Correia <helder>
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kenneth, mdelaney7
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Helder Correia 2010-11-29 18:16:14 PST
GraphicsContext::strokePath() in GraphicsContextQt.cpp needs to handle the special case where the context is scaled.  The shadow offset must not be affected by the transformation.
Comment 1 Helder Correia 2010-11-29 18:20:51 PST
Created attachment 75096 [details]
Patch
Comment 2 WebKit Commit Bot 2010-11-30 02:20:24 PST
Comment on attachment 75096 [details]
Patch

Clearing flags on attachment: 75096

Committed r72900: <http://trac.webkit.org/changeset/72900>
Comment 3 WebKit Commit Bot 2010-11-30 02:20:31 PST
All reviewed patches have been landed.  Closing bug.