summaryrefslogtreecommitdiffstats
path: root/tests/baseline/painting/scripts/pixmap_rotation.qps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/baseline/painting/scripts/pixmap_rotation.qps')
-rw-r--r--tests/baseline/painting/scripts/pixmap_rotation.qps31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/baseline/painting/scripts/pixmap_rotation.qps b/tests/baseline/painting/scripts/pixmap_rotation.qps
new file mode 100644
index 0000000000..8427af85af
--- /dev/null
+++ b/tests/baseline/painting/scripts/pixmap_rotation.qps
@@ -0,0 +1,31 @@
+# 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"