mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-02 11:38:37 +01:00
Issue #229: Can't add picture to PDF
This commit is contained in:
parent
50dd7ad828
commit
f8d7026fa8
@ -1231,7 +1231,7 @@ void PDFPageContentImageElement::drawPage(QPainter* painter,
|
||||
painter->scale(1.0, -1.0);
|
||||
targetRenderBox.moveTopLeft(QPointF(0, 0));
|
||||
|
||||
QImage image = convertor.convert(image);
|
||||
QImage image = convertor.convert(m_image);
|
||||
painter->drawImage(targetRenderBox, image);
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
CURRENT:
|
||||
- Issue #229: Can't add picture to PDF
|
||||
- Issue #228: [feature] reverse pages order
|
||||
- Issue #222: UnitTests fails several tests
|
||||
- Issue #207: Zoom to Cursor (Zoom Anchoring)
|
||||
|
Loading…
Reference in New Issue
Block a user