You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2010/06/11 19:46:39 UTC

svn commit: r953788 - /xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSProcSets.java

Author: vhennebert
Date: Fri Jun 11 17:46:38 2010
New Revision: 953788

URL: http://svn.apache.org/viewvc?rev=953788&view=rev
Log:
Reverted change accidentally introduced in rev. 953786

Modified:
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSProcSets.java

Modified: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSProcSets.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSProcSets.java?rev=953788&r1=953787&r2=953788&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSProcSets.java (original)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/ps/PSProcSets.java Fri Jun 11 17:46:38 2010
@@ -126,7 +126,6 @@ public final class PSProcSets {
             // gen.writeln("  currentdict exch get");
             gen.writeln("  /Tf exch def");
             gen.writeln("  Tf findfont Tp scalefont setfont");
-            gen.writeln("  /cf Tf def  /cs Tp def");
             gen.writeln("  /cf Tf def  /cs Tp def  /cw ( ) stringwidth pop def");
             gen.writeln("} bd");
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org