[Webkit-unassigned] [Bug 183155] [GTK] Color emojis in WebKitGTK+ for great justice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 27 09:35:57 PST 2018


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

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Font fallbacks are indeed working fine, here the emojione font is selected, but we end up rendering tiny icons instead. This is because for some reason the matrix we are getting from font config contains a scale, which we don't expect. We only get the font matrix to appply rotations in case of oblique fonts, but then we always apply the scale for the computed pixel font size. Ignoring the fc matrix scale fixes the issue, see this screenshot:

https://people.igalia.com/cgarcia/mb-emojis.png

I'll submit a patch.

-- 
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/20180227/ae6df1de/attachment.html>


More information about the webkit-unassigned mailing list