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/04/22 19:11:55 UTC

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

tkormann    02/04/22 10:11:55

  Modified:    sources/org/apache/batik/bridge SVGTextElementBridge.java
  Log:
  remove debug trace
  
  Revision  Changes    Path
  1.62      +1 -2      xml-batik/sources/org/apache/batik/bridge/SVGTextElementBridge.java
  
  Index: SVGTextElementBridge.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/SVGTextElementBridge.java,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- SVGTextElementBridge.java	22 Apr 2002 14:24:57 -0000	1.61
  +++ SVGTextElementBridge.java	22 Apr 2002 17:11:55 -0000	1.62
  @@ -69,7 +69,7 @@
    *
    * @author <a href="stephane@hillion.org">Stephane Hillion</a>
    * @author <a href="bill.haneman@ireland.sun.com">Bill Haneman</a>
  - * @version $Id: SVGTextElementBridge.java,v 1.61 2002/04/22 14:24:57 tkormann Exp $
  + * @version $Id: SVGTextElementBridge.java,v 1.62 2002/04/22 17:11:55 tkormann Exp $
    */
   public class SVGTextElementBridge extends AbstractGraphicsNodeBridge {
   
  @@ -423,7 +423,6 @@
                       }
                   } else if (ln.equals(SVG_A_TAG)) {
                       EventTarget target = (EventTarget)nodeElement;
  -                    System.out.println(ln);
                       UserAgent ua = ctx.getUserAgent();
                       target.addEventListener
                           (SVG_EVENT_CLICK, 
  
  
  

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