mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Minor bufixes in axial shading, clipping on crop box
This commit is contained in:
@ -1229,7 +1229,7 @@ PDFFontPointer PDFFont::createFont(const PDFObject& object, const PDFDocument* d
|
||||
if (characterContentStreamObject.isStream())
|
||||
{
|
||||
QByteArray contentStream = document->getDecodedStream(characterContentStreamObject.getStream());
|
||||
characterContentStreams[currentOffset] = qMove(contentStream);
|
||||
characterContentStreams[static_cast<int>(currentOffset)] = qMove(contentStream);
|
||||
}
|
||||
|
||||
++currentOffset;
|
||||
|
Reference in New Issue
Block a user