You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2002/03/04 13:58:37 UTC

cvs commit: xml-batik/test-sources/org/apache/batik/svggen TextSpacePreserve.java

vhardy      02/03/04 04:58:37

  Modified:    test-sources/org/apache/batik/svggen TextSpacePreserve.java
  Log:
  Removed erroneous line of code in test
  
  Revision  Changes    Path
  1.3       +1 -2      xml-batik/test-sources/org/apache/batik/svggen/TextSpacePreserve.java
  
  Index: TextSpacePreserve.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/test-sources/org/apache/batik/svggen/TextSpacePreserve.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TextSpacePreserve.java	20 Feb 2002 16:18:48 -0000	1.2
  +++ TextSpacePreserve.java	4 Mar 2002 12:58:37 -0000	1.3
  @@ -16,7 +16,7 @@
    * calls. Validates bug #2657 fix.
    *
    * @author <a href="mailto:vincent.hardy@sun.com">Vincent Hardy</a>
  - * @version $Id: TextSpacePreserve.java,v 1.2 2002/02/20 16:18:48 vhardy Exp $
  + * @version $Id: TextSpacePreserve.java,v 1.3 2002/03/04 12:58:37 vhardy Exp $
    */
   public class TextSpacePreserve implements Painter {
       public void paint(Graphics2D g) {
  @@ -30,7 +30,6 @@
   
   
           // Print text with spaces.
  -        g.drawString("Hello Java", legendX, legendY);
           g.drawString("     space before.", legendX, legendY);
           g.drawString("Multiple spaces between A and B: A    B", legendX, legendY + 20);
           g.drawString("This is a first line\n     and this is a second line starting with spaces", 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org