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

QML crash in Debug mode using rotation and clip

XMLWordPrintable

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

      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
      		}
      	}
      }

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes