[gs-cvs] rev 7755 - trunk/gs/src
leonardo at ghostscript.com
leonardo at ghostscript.com
Thu Mar 1 12:17:09 PST 2007
Author: leonardo
Date: 2007-03-01 12:17:09 -0800 (Thu, 01 Mar 2007)
New Revision: 7755
Modified:
trunk/gs/src/devs.mak
Log:
Fix (pdfwrite) : Handle a text with degenerate CTM.
DETAILS :
The old code failed with undefinedresult when writing
a text to output with degenerate CTM.
The new code writes it somehow to provide searchability.
See comment in code.
Such text is not visible in rendering.
We don't care about 'Tj' optimization
because such cases are rare.
EXPECTED DIFFERENCES :
None.
Modified: trunk/gs/src/devs.mak
===================================================================
--- trunk/gs/src/devs.mak 2007-03-01 20:15:49 UTC (rev 7754)
+++ trunk/gs/src/devs.mak 2007-03-01 20:17:09 UTC (rev 7755)
@@ -1029,7 +1029,7 @@
$(GLCC) $(GLO_)gdevpdti.$(OBJ) $(C_) $(GLSRC)gdevpdti.c
$(GLOBJ)gdevpdts.$(OBJ) : $(GLSRC)gdevpdts.c $(gx_h) $(math__h) $(memory__h)\
- $(gdevpdfx_h) $(gdevpdtf_h) $(gdevpdts_h) $(gdevpdtx_h)
+ $(gserrors_h) $(gdevpdfx_h) $(gdevpdtf_h) $(gdevpdts_h) $(gdevpdtx_h)
$(GLCC) $(GLO_)gdevpdts.$(OBJ) $(C_) $(GLSRC)gdevpdts.c
$(GLOBJ)gdevpdtt.$(OBJ) : $(GLSRC)gdevpdtt.c $(gx_h) $(math__h) $(string__h)\
More information about the gs-cvs
mailing list