https://bugs.kde.org/show_bug.cgi?id=510922

Yash Bavadiya <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Yash Bavadiya <[email protected]> ---
I first reproduced the issue on Ubuntu Linux, emojis are not visible in the
title editor or the monitor, but are visible in the project bin.
The root cause is that MyTextItem::paint() converts all text to a QPainterPath
via addText(). Since emojis have no vector outlines, they produce empty paths
and end up invisible.
The fix would be a second pass in paint() using drawText() only for emoji
characters, which uses Qt's full text rendering pipeline that handles color
glyphs. Emojis would be visible, but monochrome on Linux, now this is a Qt
upstream limitation. On Windows they should appear in color as normal.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to