summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/lancelot/scripts/pixmap_rotation.qps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/lancelot/scripts/pixmap_rotation.qps')
-rw-r--r--tests/auto/other/lancelot/scripts/pixmap_rotation.qps31
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/auto/other/lancelot/scripts/pixmap_rotation.qps b/tests/auto/other/lancelot/scripts/pixmap_rotation.qps
deleted file mode 100644
index 8427af85af..0000000000
--- a/tests/auto/other/lancelot/scripts/pixmap_rotation.qps
+++ /dev/null
@@ -1,31 +0,0 @@
-# Version: 1
-# CheckVsReference: 0% (0 0 440 220)
-
-translate 120 120
-
-begin_block drawing
-save
- rotate 90
- drawPixmap solid.png 0 0
-
- rotate 90
- drawPixmap solid.png 0 0
-
- rotate 90
- drawPixmap solid.png 0 0
-
- rotate 90
- drawPixmap solid.png 0 0
-restore
-end_block
-
-resetMatrix
-
-translate 340 120
-setRenderHint SmoothPixmapTransformation
-repeat_block drawing
-
-resetMatrix
-
-drawText 50 240 "Normal Xform"
-drawText 270 240 "Smooth Xform"