qt6windows7/tests/baseline/painting/scripts/pixmap_rotation.qps

32 lines
443 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
# 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"