diff options
author | Andy Shaw <qt-info@nokia.com> | 2009-04-01 13:06:01 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2009-04-01 13:06:01 (GMT) |
commit | f6830ef93552005b5dc9fee2d9649f9915842615 (patch) | |
tree | 73dfe5634060240e70411d59c3b0dff6d46d1df5 /src/gui/painting/qpainter.cpp | |
parent | 363636a3aa8abce0344388c0357a237e0d23baa3 (diff) | |
download | Qt-f6830ef93552005b5dc9fee2d9649f9915842615.zip Qt-f6830ef93552005b5dc9fee2d9649f9915842615.tar.gz Qt-f6830ef93552005b5dc9fee2d9649f9915842615.tar.bz2 |
Subject: Fix typo in CompositionMode section
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-rw-r--r-- | src/gui/painting/qpainter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index e2d9b32..fe6cc69 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -1293,7 +1293,7 @@ void QPainterPrivate::updateState(QPainterState *newState) destination. Note that composition transformation operates pixelwise. For that - reason, there is a difference between using the grahic primitive + reason, there is a difference between using the graphic primitive itself and its bounding rectangle: The bounding rect contains pixels with alpha == 0 (i.e the pixels surrounding the primitive). These pixels will overwrite the other image's pixels, |