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 cj...@apache.org on 2001/03/15 11:39:04 UTC

cvs commit: xml-batik/sources/org/apache/batik/ext/awt/g2d GraphicContext.java

cjolif      01/03/15 02:39:03

  Modified:    sources/org/apache/batik/ext/awt/g2d GraphicContext.java
  Log:
  comment debug code
  
  Revision  Changes    Path
  1.2       +2 -2      xml-batik/sources/org/apache/batik/ext/awt/g2d/GraphicContext.java
  
  Index: GraphicContext.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/ext/awt/g2d/GraphicContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GraphicContext.java	2001/03/14 01:36:09	1.1
  +++ GraphicContext.java	2001/03/15 10:39:02	1.2
  @@ -24,7 +24,7 @@
    * + AffineTransform <br>
    *
    * @author <a href="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a>
  - * @version $Id: GraphicContext.java,v 1.1 2001/03/14 01:36:09 vhardy Exp $
  + * @version $Id: GraphicContext.java,v 1.2 2001/03/15 10:39:02 cjolif Exp $
    */
   public class GraphicContext implements Cloneable{
       /**
  @@ -262,7 +262,7 @@
        * @see #setClip(Shape)
        */
       public void clipRect(int x, int y, int width, int height){
  -        System.out.println("clipRect(" + x + "," + y + "," + width + "," + height + ")");
  +        // System.out.println("clipRect(" + x + "," + y + "," + width + "," + height + ")");
           // Exception e = new Exception("");
           // e.printStackTrace();
           clip(new Rectangle(x, y, width, height));
  
  
  

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