[Webkit-unassigned] [Bug 108929] Text shadow sometimes clipped unexpectedly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 12:20:05 PDT 2016


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

--- Comment #19 from Myles C. Maxfield <mmaxfield at apple.com> ---
Here are some things to not if you want to work around this:

1. This bug does not occur for the last shadow, because the clipping I mentioned above doesn't need to occur for the last shadow (we paint the real text at the same time as the last shadow)

2. It looks like you are using this as a logogram. You can implement this with an SVG graphic (the <use> element should be helpful) and use standard image-replacement techniques to preserve accessibility.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160512/ecb69ade/attachment.html>


More information about the webkit-unassigned mailing list