The scaling should not effect the width of a cosmetic pen
authorAndy Shaw <andy.shaw@digia.com>
Wed, 28 Mar 2012 07:56:55 +0000 (09:56 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 29 Mar 2012 04:22:07 +0000 (06:22 +0200)
commit6eae3cec5a34fbed28e519ffd8a8f3f1cd7b5c5b
tree88d467b2fee563f344cd47143d61fa2e4c0a92f8
parentc1e05824adc1a894c4753ab2ab5fa6386e9a1314
The scaling should not effect the width of a cosmetic pen

When the scaling effects the pen width so that it is less than 1 pixel
in width then it would use the QCosmeticStroker to draw, however this
should not be the case for cosmetic pens that are not less than 1 pixel
in width as the scaling does not change their width.

Task-number: QTBUG-25006
Change-Id: I142db0f3a7ee02aa87171495d5a7a7011100814e
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/gui/painting/qpaintengine_raster.cpp