summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/qps/pixmap_rotation.qps
blob: f15fef8765c25187ee61ffaefd4a510037766f66 (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
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"