Bug 50194 - [Qt] Path filling should keep shadow offset after context scaling
Summary: [Qt] Path filling should keep shadow offset after context scaling
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 17:24 PST by Helder Correia
Modified: 2010-11-30 02:03 PST (History)
3 users (show)

See Also:


Attachments
Patch (9.57 KB, patch)
2010-11-29 17:34 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 17:24:22 PST
In particular, GraphicsContext::fillPath() in GraphicsContextQt.cpp needs to handle the special case when scaling was used.  The correct behavior is ensured in ContextShadow already, the issue only happens when using a non-blur shadow.
Comment 1 Helder Correia 2010-11-29 17:34:36 PST
Created attachment 75092 [details]
Patch
Comment 2 WebKit Commit Bot 2010-11-30 02:03:41 PST
Comment on attachment 75092 [details]
Patch

Clearing flags on attachment: 75092

Committed r72898: <http://trac.webkit.org/changeset/72898>
Comment 3 WebKit Commit Bot 2010-11-30 02:03:46 PST
All reviewed patches have been landed.  Closing bug.