aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/smooth/SourceImage.qml
blob: 86cf269281208a4846e416b7706b6af686eda34e (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.12

Image {
    source: "star.png"
    smooth: false
    scale: 4
    transformOrigin: Item.TopLeft
}