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 hi...@apache.org on 2002/06/04 12:10:22 UTC

cvs commit: xml-batik/sources/org/apache/batik/parser LengthListParser.java

hillion     2002/06/04 03:10:22

  Modified:    sources/org/apache/batik/parser LengthListParser.java
  Log:
  Modified LengthListParser (unused in Batik) for the SVG validator.
  
  Revision  Changes    Path
  1.6       +2 -2      xml-batik/sources/org/apache/batik/parser/LengthListParser.java
  
  Index: LengthListParser.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/parser/LengthListParser.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LengthListParser.java	4 Apr 2002 12:04:05 -0000	1.5
  +++ LengthListParser.java	4 Jun 2002 10:10:22 -0000	1.6
  @@ -16,7 +16,7 @@
    * list values.
    *
    * @author <a href="mailto:stephane@hillion.org">Stephane Hillion</a>
  - * @version $Id: LengthListParser.java,v 1.5 2002/04/04 12:04:05 hillion Exp $
  + * @version $Id: LengthListParser.java,v 1.6 2002/06/04 10:10:22 hillion Exp $
    */
   public class LengthListParser extends LengthParser {
   
  @@ -63,7 +63,7 @@
   		lengthHandler.startLength();
   		parseLength();
   		lengthHandler.endLength();
  -		skipSpaces();
  +		skipCommaSpaces();
   		if (current == -1) {
   		    break;
   		}
  
  
  

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