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

QPainter::RenderHints are hardcoded in QSVGRenderer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.4.0
    • SVG Support
    • None

    Description

      QSVGRenderer is always using Antialiasing but this should be developer's decision.

      void QSvgTinyDocument::draw(QPainter *p, const QRectF &bounds)
      {
      // below lines should be removed
      p->setRenderHint(QPainter::Antialiasing);
      p->setRenderHint(QPainter::SmoothPixmapTransform);
      }

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes