summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/lancelot/scripts/pixmap_rotation.qps
blob: 2f1ffb53e6f109534de86ac769c280e21e4f7bb2 (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
# 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
repeat_block drawing

resetMatrix

drawText 50 240 "Normal X form"
drawText 270 240 "Smooth xform"