Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
6.8.1, 6.8.2, 6.9.0, 6.9.1
-
None
Description
Chrome supports COLRv1 fonts since Chrome 98 , but they don't render in a QtWebEngine on Linux.
Steps to reproduce:
- Install PySide6.
- Download Noto-COLRv1.ttf from https://github.com/googlefonts/noto-emoji/tree/main/fonts.
- Download attachments.
- Run python colrv1_test.py and see that nothing is rendered.
- Open colrv1-test.html in Chrome and see that it renders an emoji.
- Compile colrv1_test.cpp and see that it also renders an emoji.
The bug is not reproducible on Windows or macOS. QtWebEngine on these OSs does support COLRv1.