qt6-bb10/qtdeclarative/tests/baseline/scenegraph/data/shape/shape_order.qml

13 lines
133 B
QML

import QtQuick
Item {
width: 320
height: 480
OrderedPaths {
anchors.fill: parent
async: false
}
}