Bug 50198 - [Qt] Path stroke shadow has incorrect behavior when using ctx.scale(x,y)
Summary: [Qt] Path stroke shadow has incorrect behavior when using ctx.scale(x,y)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-29 18:16 PST by Helder Correia
Modified: 2010-11-30 02:20 PST (History)
3 users (show)

See Also:


Attachments
Patch (9.61 KB, patch)
2010-11-29 18:20 PST, Helder Correia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.