Revision: 6813
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6813&view=rev
Author:   mdboom
Date:     2009-01-21 14:25:11 +0000 (Wed, 21 Jan 2009)

Log Message:
-----------
Remove %%EOF comment from embedded fonts, in an attempt to resolve Paul Novak's 
strange Postscript error.

Modified Paths:
--------------
    trunk/matplotlib/ttconv/pprdrv_tt.cpp

Modified: trunk/matplotlib/ttconv/pprdrv_tt.cpp
===================================================================
--- trunk/matplotlib/ttconv/pprdrv_tt.cpp       2009-01-20 02:08:37 UTC (rev 
6812)
+++ trunk/matplotlib/ttconv/pprdrv_tt.cpp       2009-01-21 14:25:11 UTC (rev 
6813)
@@ -1070,7 +1070,7 @@
        } /* end of if Type 42 not understood. */
 
     stream.putline("FontName currentdict end definefont pop");
-    stream.putline("%%EOF");
+    /* stream.putline("%%EOF"); */
     } /* end of ttfont_trailer() */
 
 /*------------------------------------------------------------------


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to