Fixed outline / fill inconsistencies in raster paint engine.
authorSamuel Rødal <samuel.rodal@digia.com>
Thu, 20 Sep 2012 14:01:03 +0000 (16:01 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 20 Sep 2012 21:08:55 +0000 (23:08 +0200)
commitb6acec1e5d55d03ad3a0a70d2cf371d3f8fde629
tree62f09a3c475b098577261bade0f52e485c6f91ca
parent72aaba336c7afe6d79d59995bfb31a8effca4e9e
Fixed outline / fill inconsistencies in raster paint engine.

We did coordinate rounding of the fill in the raster paint engine to
match how drawLine_midpoint_i rendered lines. With the new cosmetic
stroker in 4.8 this rounding is not needed anymore.

Task-number: QTBUG-26013
Change-Id: Ibe86fa809276c8e7988d393a67e772d57b9a4799
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/gui/painting/qoutlinemapper.cpp
src/gui/painting/qoutlinemapper_p.h
src/gui/painting/qpaintengine_raster.cpp