1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 20:50:07 +00:00

Merge pull request #2 from stephengaito/master

trial merge of poppler-62 master into poppler-68 branch
This commit is contained in:
stephengaito 2019-09-19 16:18:00 +01:00 committed by GitHub
commit 964ea33c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ void CairoBackgroundRenderer::setMimeData(GfxState *state, Stream *str, Object *
{
if (param.svg_embed_bitmap)
{
CairoOutputDev::setMimeData(state, str, ref, colorMap, image, cairo_image_surface_get_height (image));
CairoOutputDev::setMimeData(state, str, ref, colorMap, image);
return;
}