/Tools/faqwiz/

go'/> index : Qt.git
Qt s a cross-platform application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-07-23 13:26:11 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-07-23 13:26:11 (GMT)
commitc29d1cc49998ef895df9dcbccafe1b6d6d8e7efc (patch)
treefb008b7977d257e5a86aa93846cdd4160ca87b93
parent2851458fbefcc4785a1a76f5216af6159d6c7116 (diff)
downloadQt-c29d1cc49998ef895df9dcbccafe1b6d6d8e7efc.zip
Qt-c29d1cc49998ef895df9dcbccafe1b6d6d8e7efc.tar.gz
Qt-c29d1cc49998ef895df9dcbccafe1b6d6d8e7efc.tar.bz2
QPainter::stroke() on raster engine would draw moveto's as lines
The reason being that there was an assumption that any non-curved path was a continous polyline. For paths with multiple subpaths in it we need to split this up into multiple strokePolygonCosmetic calls. Task-number: 257621 Reviewed-by: Kim Motoyoshi Kalland
Diffstat
-rw-r--r--src/gui/painting/qpaintengine_raster.cpp22
1 files changed, 17 insertions, 5 deletions
diff --git a/src/gui/painting/qpaintengine_raster.cpp b/src/gui/painting/qpaintengine_raster.cpp