Commit d87ebea3 authored by Maurice Kalinowski's avatar Maurice Kalinowski
Browse files

Fix rendering lines with Antialiasing render hint


When rendering with QPainter::Antialiasing set, lines need to be drawn
in one set. Otherwise, each line is rendered with the anti-aliasing
applied, causing the overlap to create a stronger area, which almost
looks like a point from the point series. As a consequence, prefer
drawPath() in that case.

Task-number: QTBUG-61782
Change-Id: Ib2b44475e2e9ca0c28da7e898744bd72b992f5fd
Reviewed-by: default avatarMiikka Heikkinen <miikka.heikkinen@qt.io>
parent e049e83e
Showing with 3 additions and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment