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

only one text line after showing text in QgraphicsSvgItem

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • 4.8.x
    • 4.6.3
    • Widgets: GraphicsView
    • None

    Description

      I think there is a bug in QgraphicsSvgItem. I created a svg file with text. There 3 lines are shown but after adding this file to QGraphicsScene you only can see one line. So I think this is an Bug of QgraphicsSvgItem.

      QGraphicsSvgItem *image_item;
      
            image_item = new QGraphicsSvgItem("/text.svg");
            image_item->setPos(300, 300); 
      
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            anno Hans Müller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes