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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 12:25:45 PDT 2016


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

--- Comment #21 from Myles C. Maxfield <mmaxfield at apple.com> ---
(In reply to comment #20)
> (In reply to comment #19)
> > 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.
> 
> *** some things to note if

Oh, also, if you can modify the font, you can increase the "C" character's advance to include the entire visual extents of the glyph.

You can probably preserve centering if you do the same thing with whichever glyph is all the way on the other side of the line of text.

-- 
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/60296b5d/attachment.html>


More information about the webkit-unassigned mailing list