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 tk...@apache.org on 2002/03/21 12:14:01 UTC

cvs commit: xml-batik/sources/org/apache/batik/bridge SVGSVGElementBridge.java

tkormann    02/03/21 03:14:01

  Modified:    sources/org/apache/batik/bridge SVGSVGElementBridge.java
  Log:
  remove tooltip for svg element
  
  Revision  Changes    Path
  1.28      +2 -2      xml-batik/sources/org/apache/batik/bridge/SVGSVGElementBridge.java
  
  Index: SVGSVGElementBridge.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/SVGSVGElementBridge.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- SVGSVGElementBridge.java	20 Mar 2002 16:34:43 -0000	1.27
  +++ SVGSVGElementBridge.java	21 Mar 2002 11:14:01 -0000	1.28
  @@ -33,7 +33,7 @@
    * Bridge class for the <svg> element.
    *
    * @author <a href="mailto:tkormann@apache.org">Thierry Kormann</a>
  - * @version $Id: SVGSVGElementBridge.java,v 1.27 2002/03/20 16:34:43 tkormann Exp $
  + * @version $Id: SVGSVGElementBridge.java,v 1.28 2002/03/21 11:14:01 tkormann Exp $
    */
   public class SVGSVGElementBridge extends SVGGElementBridge {
   
  @@ -192,7 +192,7 @@
               initializeDynamicSupport(ctx, e, node);
           }
           // Handle children elements such as <title>
  -        SVGUtilities.bridgeChildren(ctx, e);
  +        //SVGUtilities.bridgeChildren(ctx, e);
           //super.buildGraphicsNode(ctx, e, node);
           ctx.closeViewport(e);
       }
  
  
  

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