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

SVG image plugin collides with other image plugins reading gzip compressed data

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.8.0 FF
    • 6.6
    • SVG Support
    • None
    • 603fb3a47 (dev)

    Description

      The SVG image plugin claims that it supports any gzip compressed data, not only compressed SVG data. If there is another Qt image plugin that also reads gzip compressed data like QtPBFImagePlugin installed, reading the image size using QImageReader:

      QBuffer buffer(&data);
      QImageReader reader(&buffer);
      QSize tileSize(reader.size());

      fails for MVT images.

      Attachments

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

        Activity

          People

            vgt Eirik Aavitsland
            tumic Martin Tůma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes