diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-05-06 07:43:32 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2009-05-06 08:01:58 (GMT) |
commit | ffbb3c1a2aee4134dce80cd144a26bf32865b698 (patch) | |
tree | 3f633a0cd4911d355d84c6109c44a4c71734f7c4 /tests/arthur/data | |
parent | a1d2c3c589a03cc427dcc22d109003576add9500 (diff) | |
download | Qt-ffbb3c1a2aee4134dce80cd144a26bf32865b698.zip Qt-ffbb3c1a2aee4134dce80cd144a26bf32865b698.tar.gz Qt-ffbb3c1a2aee4134dce80cd144a26bf32865b698.tar.bz2 |
Fixed some inconsistencies for image drawing on non-integer coords.
Don't use aliased coordinate delta for image drawing.
Related to change fde7475bcf9c10522a8170e6eb8fb9a8fadc21cd.
Task-number: 251561
Reviewed-by: Trond
Diffstat (limited to 'tests/arthur/data')
-rw-r--r-- | tests/arthur/data/qps/borderimage.qps | 20 | ||||
-rw-r--r-- | tests/arthur/data/qps/borderimage_qps.png | bin | 88788 -> 90704 bytes |
2 files changed, 20 insertions, 0 deletions
diff --git a/tests/arthur/data/qps/borderimage.qps b/tests/arthur/data/qps/borderimage.qps index 747a74d..14073fe 100644 --- a/tests/arthur/data/qps/borderimage.qps +++ b/tests/arthur/data/qps/borderimage.qps @@ -106,6 +106,23 @@ repeat_block draw_column resetMatrix setRenderHint Antialiasing off +translate 200.1 520.1 + +begin_block one_pixel_border +drawImage borderimage 0 0 16 16 0 0 16 16 +drawImage borderimage 16 0 64 16 16 0 1 1 +drawImage borderimage 80 0 16 16 48 0 16 16 + +drawImage borderimage 0 16 16 64 16 0 1 1 +drawImage borderimage 80 16 16 64 16 0 1 1 + +drawImage borderimage 0 80 16 16 0 48 16 16 +drawImage borderimage 16 80 64 16 16 0 1 1 +drawImage borderimage 80 80 16 16 48 48 16 16 +end_block one_pixel_border + +resetMatrix + setPen red drawRect 0 0 70 680 @@ -127,3 +144,6 @@ drawText 174 114 "smoothpixmaptransform off" drawRect 164 128 224 134 drawText 174 252 "smoothpixmaptransform on" + +drawRect 200 520 97 128 +drawText 210 638 "1x1 edges" diff --git a/tests/arthur/data/qps/borderimage_qps.png b/tests/arthur/data/qps/borderimage_qps.png Binary files differindex 89a8eba..a4ec6cb 100644 --- a/tests/arthur/data/qps/borderimage_qps.png +++ b/tests/arthur/data/qps/borderimage_qps.png |