aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/smooth/SourceImage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/smooth/SourceImage.qml')
-rw-r--r--tests/manual/smooth/SourceImage.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manual/smooth/SourceImage.qml b/tests/manual/smooth/SourceImage.qml
new file mode 100644
index 0000000..7956190
--- /dev/null
+++ b/tests/manual/smooth/SourceImage.qml
@@ -0,0 +1,8 @@
+import QtQuick 2.0
+
+Image {
+ source: "star.png"
+ smooth: false
+ scale: 4
+ transformOrigin: Item.TopLeft
+}