Bug 37468

Summary: SVG text should support multiple shadows
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: krit, mitz, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Dave Hyatt 2010-04-12 14:02:57 PDT
It looks like SVG text never got patched to support multiple shadows, even though the base InlineTextBox did.  See the FIXME in SVGInlineTextBox.cpp where the single shadow is painted.
Comment 1 Nikolas Zimmermann 2010-06-29 02:13:19 PDT
Fixed with the last commit. See bug 40960.

*** This bug has been marked as a duplicate of bug 40960 ***