You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@locus.apache.org on 2000/07/11 03:03:05 UTC

cvs commit: xml-fop/src/org/apache/fop/pdf PDFFunction.java

keiron      00/07/10 18:03:05

  Modified:    src/org/apache/fop/pdf PDFFunction.java
  Log:
  puts spaces between distance values
  
  Revision  Changes    Path
  1.4       +2 -2      xml-fop/src/org/apache/fop/pdf/PDFFunction.java
  
  Index: PDFFunction.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/pdf/PDFFunction.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PDFFunction.java	2000/05/15 13:00:18	1.3
  +++ PDFFunction.java	2000/07/11 01:03:05	1.4
  @@ -1,4 +1,4 @@
  -/*-- $Id: PDFFunction.java,v 1.3 2000/05/15 13:00:18 gears Exp $ -- 
  +/*-- $Id: PDFFunction.java,v 1.4 2000/07/11 01:03:05 keiron Exp $ -- 
   
    ============================================================================
   						 The Apache Software License, Version 1.1
  @@ -687,7 +687,7 @@
   					for(tempInt =0;tempInt+1 < numberOfFunctions; tempInt++)
   					{
   						
  -						p.append( functionsFraction);
  +						p.append( functionsFraction + " ");
   					}
   					functionsFraction = null; //clean reference.