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/06/17 19:06:53 UTC

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

vhardy      2002/06/17 10:06:53

  Modified:    .        README MAINTAIN build.xml
               sources/org/apache/batik/svggen SVGGraphics2D.java
  Log:
  Fixed bug #9067 on typos
  
  Revision  Changes    Path
  1.9       +1 -1      xml-batik/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-batik/README,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- README	6 Dec 2001 12:57:36 -0000	1.8
  +++ README	17 Jun 2002 17:06:52 -0000	1.9
  @@ -13,7 +13,7 @@
     modules which can be used together or individually to
     support specific SVG solutions. Examples of modules are
     an SVG parser, an SVG generator and an SVG DOM
  -  implementations. Another ambition of the Batik project is to
  +  implementation. Another ambition of the Batik project is to
     make it highly extensible (for example, Batik allows the
     developer to handle custom SVG tags). Even though the
     goal of the project is to provide a set of core modules, one
  
  
  
  1.7       +4 -3      xml-batik/MAINTAIN
  
  Index: MAINTAIN
  ===================================================================
  RCS file: /home/cvs/xml-batik/MAINTAIN,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MAINTAIN	28 May 2002 16:02:35 -0000	1.6
  +++ MAINTAIN	17 Jun 2002 17:06:52 -0000	1.7
  @@ -3,7 +3,7 @@
                            -------------------------
                        
   This document introduces newcomers to the management and maintenance of 
  -java project hosted under xml.apache.org.
  +the Batik project hosted under xml.apache.org (http://xml.apache.org/batik).
   
   Each project is required to use Ant as build tool and to be coherent with the
   rest of the build systems of the other projects, so that nightly builds and
  @@ -78,7 +78,7 @@
   Site Creation
   -------------
   
  -For creation the web site, the following steps must be done:
  +For creating the web site, the following steps must be done:
   
   [Note: due to JVM font-rendering problems, this is best done on a windows machine]
   
  @@ -90,4 +90,5 @@
    5) execute "cd /www/xml.apache.org/[project]"
    6) execute "cvs update"
    
  -[NOTE: you must have commit access on xml-site to be able to do this]
  \ No newline at end of file
  +[NOTE: you must have commit access on xml-site to be able to do this]
  +
  
  
  
  1.116     +2 -2      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- build.xml	11 Jun 2002 09:59:55 -0000	1.115
  +++ build.xml	17 Jun 2002 17:06:52 -0000	1.116
  @@ -14,7 +14,7 @@
   
   The distribution contains a precompiled version of Ant.
   
  -The only thing that you have to make sure, is the "JAVA_HOME" environment
  +The only thing that you have to make sure, is that the "JAVA_HOME" environment
   property should be set to match the JVM you want to use. 
   
   If you are going to be doing development you may want to create a file
  
  
  
  1.32      +2 -2      xml-batik/sources/org/apache/batik/svggen/SVGGraphics2D.java
  
  Index: SVGGraphics2D.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/svggen/SVGGraphics2D.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- SVGGraphics2D.java	16 Apr 2002 13:11:50 -0000	1.31
  +++ SVGGraphics2D.java	17 Jun 2002 17:06:53 -0000	1.32
  @@ -387,7 +387,7 @@
           throws SVGGraphics2DIOException {
           try {
               //
  -            // Enforce that the default ans xlink namespace
  +            // Enforce that the default and xlink namespace
               // declarations appear on the root element
               //
               svgRoot.setAttributeNS(XMLNS_NAMESPACE_URI,
  
  
  

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