[Webkit-unassigned] [Bug 40960] REGRESSION: text-shadow CSS applied to SVG no longer works

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


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |zimmermann at kde.org
                   |kit.org                     |
  Attachment #59769|                            |review?
               Flag|                            |




--- Comment #8 from Nikolas Zimmermann <zimmermann at kde.org>  2010-06-25 08:27:41 PST ---
Created an attachment (id=59769)
 --> (https://bugs.webkit.org/attachment.cgi?id=59769)
Initial patch

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.

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