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

[Qt Quick 2D Renderer] Text underlines rendering is broken on fractional screen's scale factors

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.7.0 FF
    • 5.15.2, 6.5.2
    • Quick: 2D Renderer
    • None
    • Windows
    • 2313dc937 (dev)

    Description

      Text underlines rendering is broken on fractional screen's scale factors when Software graphics backend is used

      #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
          QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software);
      #else
          QQuickWindow::setGraphicsApi(QSGRendererInterface::Software);
      #endif
      

      Reproduced at least on 125% screen's scale factor.

       

      See attached simple example.

      Attachments

        Issue Links

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

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              studiosus Vladimir Belyavsky
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes