[Webkit-unassigned] [Bug 249943] Emoji character is horizontally misaligned when using COLR font

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 29 10:03:58 PST 2022


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

--- Comment #2 from zalan <zalan at apple.com> ---
Thank you for filing this bug report! It looks like the preferred width computation has some issues with fallback fonts. It fails with any flexing type of layout (e.g. shrink to fit) ->

.emoji {
 float: left;
 font-size: 22px;
 font-family: MozillaTwemojiColr;
 border: 1px solid black;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221229/fb2d5cde/attachment-0001.htm>


More information about the webkit-unassigned mailing list