[poppler] poppler/poppler: CairoOutputDev.cc,1.23,1.24
Jeff Muizelaar
jrmuizel at freedesktop.org
Fri Jan 6 22:10:17 PST 2006
Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv28714/poppler
Modified Files:
CairoOutputDev.cc
Log Message:
2006-01-07 Jeff Muizelaar <jeff at infidigm.net>
* poppler/CairoOutputDev.cc: Initialize (fill|stroke)_opacity.
Index: CairoOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/CairoOutputDev.cc,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- CairoOutputDev.cc 3 Dec 2005 23:23:53 -0000 1.23
+++ CairoOutputDev.cc 7 Jan 2006 06:10:15 -0000 1.24
@@ -55,6 +55,8 @@
surface = NULL;
fill_pattern = NULL;
stroke_pattern = NULL;
+ stroke_opacity = 1.0;
+ fill_opacity = 1.0;
}
CairoOutputDev::~CairoOutputDev() {
More information about the poppler
mailing list