Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0 Alpha
-
e3c21ca0e7681d75a27f825587b1700ead79a864 05f767f777d92f41cec1d8bb9a512b1f2e40ef5f
Description
This is enough to crash it. Remove either contextType or renderTarget and it doesn't crash anymore.
import QtQuick 2.3 Canvas { id: canvas width: 100 height: 100 contextType: "2d" renderTarget: Canvas.FramebufferObject }