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

QML crash in Debug mode using rotation and clip

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P1: Critical
    • 5.15.3
    • 5.15.2
    • Quick: SceneGraph
    • None
    • Windows

    Description

      import QtQuick 2.15
      import QtQuick.Window 2.15
      
      Window
      {
      	visible: true
      	width: 800
      	height: 600
      
      	Item
      	{
      		width: 1
      		height: 1
      		rotation: 45
      		clip: true
      
      		Rectangle
      		{
      			width: 1
      			height: 1
      			clip: true
      		}
      	}
      }

      Attachments

        Issue Links

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

          Activity

            People

              janichol Andy Nichols
              thefast Arthur Fast
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes