summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-11-04 08:07:44 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-11-05 07:04:45 (GMT)
commitd2c204a93f30238c705209e65e2e8bce148825cd (patch)
tree4541764826a3bcbb99ccc17e869a1299a9732ad0 /doc
parent2abf7cbc2258cc8a11094923a2da796d7529b08f (diff)
downloadQt-d2c204a93f30238c705209e65e2e8bce148825cd.zip
Qt-d2c204a93f30238c705209e65e2e8bce148825cd.tar.gz
Qt-d2c204a93f30238c705209e65e2e8bce148825cd.tar.bz2
Image bounding rect should always include the area being painted
This didn't always happend with fillMode PreserveAspectCrop, resulting in drawing artifacts. Task-number: QT-3933 Reviewed-by: Martin Jones
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
pan> ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** If you have questions regarding the use of this file, please contact ** Nokia at qt-info@nokia.com. ** ** ** ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ //! [0] var a = Math.random() + 2; //! [0] //! [1] function cube(a) { return a * a * a; } var a = cube(3); //! [1]