Axial mapping finishing, fix of color mapping

This commit is contained in:
Jakub Melka
2021-03-01 19:40:47 +01:00
parent d9c6c5e2b4
commit 08815d1b8b
5 changed files with 233 additions and 74 deletions

View File

@ -362,6 +362,8 @@ void PDFPageContentProcessor::performPathPainting(const QPainterPath& path, bool
bool PDFPageContentProcessor::performPathPaintingUsingShading(const QPainterPath& path, bool stroke, bool fill, const PDFShadingPattern* shadingPattern)
{
Q_UNUSED(path);
Q_UNUSED(stroke);
Q_UNUSED(fill);
Q_UNUSED(shadingPattern);
return false;