mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Uncolored tiling patterns, tiling patterns colors
This commit is contained in:
@ -50,6 +50,8 @@ PDFPainter::PDFPainter(QPainter* painter,
|
||||
m_painter->setClipPath(path, Qt::IntersectClip);
|
||||
}
|
||||
}
|
||||
|
||||
m_painter->setRenderHint(QPainter::SmoothPixmapTransform, features.testFlag(PDFRenderer::SmoothImages));
|
||||
}
|
||||
|
||||
PDFPainter::~PDFPainter()
|
||||
|
Reference in New Issue
Block a user