summaryrefslogtreecommitdiffstats
path: root/tests/baseline/painting/scripts/pixmap_rotation.qps
blob: 8427af85af63a07f3dab05df17b81d04c0a0cc65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"