[poppler] poppler: ChangeLog,1.282,1.283
Jeff Muizelaar
jrmuizel at freedesktop.org
Tue Jan 10 09:56:01 PST 2006
Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv9666
Modified Files:
ChangeLog
Log Message:
2006-01-10 Jeff Muizelaar <jeff at infidigm.net>
* poppler/CairoOutputDev.cc:
* poppler/CairoOutputDev.h:
Fix the following fixme in CairoOutputDevice.
// FIXME: This is quite right yet, we need to accumulate all
// glyphs within one text object before we clip. Right now this
// just add this one string.
The fix uses a strategy similar to the one the Splash backend.
textClipPath is used to store the appended path from each call to
endString(). The accumulated path is clipped in endTextObject.
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- ChangeLog 8 Jan 2006 22:59:48 -0000 1.282
+++ ChangeLog 10 Jan 2006 17:55:59 -0000 1.283
@@ -1,3 +1,17 @@
+2006-01-10 Jeff Muizelaar <jeff at infidigm.net>
+
+ * poppler/CairoOutputDev.cc:
+ * poppler/CairoOutputDev.h:
+ Fix the following fixme in CairoOutputDevice.
+
+ // FIXME: This is quite right yet, we need to accumulate all
+ // glyphs within one text object before we clip. Right now this
+ // just add this one string.
+
+ The fix uses a strategy similar to the one the Splash backend.
+ textClipPath is used to store the appended path from each call to
+ endString(). The accumulated path is clipped in endTextObject.
+
2006-01-08 Jeff Muizelaar <jeff at infidigm.net>
* poppler/CairoOutputDev.cc: Don't try and load type3 fonts (#4030).
More information about the poppler
mailing list