Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
QSVGRenderer is always using Antialiasing but this should be developer's decision.
void QSvgTinyDocument::draw(QPainter *p, const QRectF &bounds)
{
// below lines should be removed
p->setRenderHint(QPainter::Antialiasing);
p->setRenderHint(QPainter::SmoothPixmapTransform);
}