Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv8120

Modified Files:
        ChangeLog 
Log Message:
2006-09-08  Jeff Muizelaar  <[EMAIL PROTECTED]>

        * poppler/CairoOutputDev.cc: The work-around for 1x1 imagemasks was not
        calling cairo_set_source causing the rectangles to be drawn the wrong
        colour occasionally. Fix by moving the existing call to
        cairo_set_source above the work-around. Fixes #7113.


Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -d -r1.420 -r1.421
--- ChangeLog   7 Sep 2006 04:01:39 -0000       1.420
+++ ChangeLog   8 Sep 2006 23:28:22 -0000       1.421
@@ -1,3 +1,10 @@
+2006-09-08  Jeff Muizelaar  <[EMAIL PROTECTED]>
+
+       * poppler/CairoOutputDev.cc: The work-around for 1x1 imagemasks was not
+       calling cairo_set_source causing the rectangles to be drawn the wrong
+       colour occasionally. Fix by moving the existing call to
+       cairo_set_source above the work-around. Fixes #7113.
+
 2006-09-06  Jeff Muizelaar  <[EMAIL PROTECTED]>
 
        * poppler/CairoOutputDev.cc: Avoid crashing in CairoOutputDev if

_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to