poppler/CairoOutputDev.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1a6e4b65197391b23c2163b939d4787f2058a2e1
Author: Jason Crain <[email protected]>
Date: Wed Dec 7 09:28:58 2016 -0600
cairo: initialize CairoOutputDev::antialias
Initialize CairoOutputDev::antialias to CAIRO_ANTIALIAS_DEFAULT.
Bug #98983
diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc
index bd18cde..89d0c99 100644
--- a/poppler/CairoOutputDev.cc
+++ b/poppler/CairoOutputDev.cc
@@ -150,6 +150,7 @@ CairoOutputDev::CairoOutputDev() {
inType3Char = gFalse;
t3_glyph_has_bbox = gFalse;
text_matrix_valid = gTrue;
+ antialias = CAIRO_ANTIALIAS_DEFAULT;
groupColorSpaceStack = NULL;
maskStack = NULL;
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler