Bug 37468
Summary: | SVG text should support multiple shadows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dave Hyatt <hyatt> |
Component: | Layout and Rendering | Assignee: | 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 |
Dave Hyatt
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Fixed with the last commit. See bug 40960.
*** This bug has been marked as a duplicate of bug 40960 ***