[webkit-reviews] review requested: [Bug 40960] REGRESSION: text-shadow CSS applied to SVG no longer works : [Attachment 59769] Initial patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 08:27:40 PDT 2010


Nikolas Zimmermann <zimmermann at kde.org> has asked  for review:
Bug 40960: REGRESSION: text-shadow CSS applied to SVG no longer works
https://bugs.webkit.org/show_bug.cgi?id=40960

Attachment 59769: Initial patch
https://bugs.webkit.org/attachment.cgi?id=59769&action=review

------- Additional Comments from Nikolas Zimmermann <zimmermann at kde.org>
Readd text-shadow support, this time supporting multiple shadows.
Doesn't work exactly like HTML, because of the way stroke/fill is painted in
SVG: seperated.

When applying a shadow to a stroked SVG text, the shadow will be stroked as
well. That's the same like we did before (before I removed text-shadow
support), but I just wanted to mention it, in case someone wonders when looking
at the expected.png. Adding a testcase which shows SVG/HTML text-shadow in
comparision.


More information about the webkit-reviews mailing list