Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-119846

Emojis rendered with CompositionMode_Source results in transparent hole around glyph

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • dev
    • GUI: Text handling
    • None
    • macOS

    Description

      painter.setCompositionMode(QPainter::CompositionMode_Source);
      painter.fillRect(rect, m_pressed ? QGradient(QGradient::OverSun) : m_brush);

      painter.drawText(rect, Qt::AlignCenter, u"Hello from QWindow đź‘‹"_s);

       

      We should make the emoji drawing match the non-color glyphs.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            vestbo Tor Arne Vestbø
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes