[Webkit-unassigned] [Bug 108897] [Cairo] Canvas-shadow behavior is not being as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 00:15:37 PDT 2013


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





--- Comment #18 from Rashmi Shyamasundar <rashmi.s2 at samsung.com>  2013-04-01 00:13:47 PST ---
This issue can solved by making the below change in PlatformContextCairo::drawSurfaceToContext() -

REPLACE the line

"cairo_pattern_set_extend(pattern.get(), CAIRO_EXTEND_PAD);"

WITH

"cairo_pattern_set_extend(pattern.get(), CAIRO_EXTEND_NONE);"

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