[Webkit-unassigned] [Bug 176995] [Harfbuzz] Material icons not rendered correctly when using the web font

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 15 08:24:45 PDT 2017


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

--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Sergio Villar Senin from comment #6)
> The fix is awesome but we should try hard to have test cases for this,
> otherwise we're going to eventually break it.

I could add the material design icons to wkgtk fonts test repo, and add a test case. I think the license is apache2, I don't know if we can add it to WebKit to make a cross-platform test instead. A good ref test could be to use the font names in the test and the unicode code directly in the reference, since the unicode code always worked, the problem was only with icon names.

<i class="material-icons">3d_rotation</i> <- doesn't work
<i class="material-icons">&#xE84D;</i> <- works

-- 
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/20170915/d6e98c82/attachment.html>


More information about the webkit-unassigned mailing list