aboutsummaryrefslogtreecommitdiffstats
path: root/tests/baseline/scenegraph/data/shape/shape_order.qml
blob: 14d2a322f9b697db00ce26cbd25840845dc40b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick

Item {
    width: 320
    height: 480

    OrderedPaths {
        anchors.fill: parent
        async: false
    }
}