You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/01/19 22:44:45 UTC

cvs commit: xml-fop/src/java/org/apache/fop/svg PDFGraphics2D.java

jeremias    2005/01/19 13:44:45

  Modified:    src/java/org/apache/fop/svg PDFGraphics2D.java
  Log:
  Commented unused code.
  
  Revision  Changes    Path
  1.19      +2 -1      xml-fop/src/java/org/apache/fop/svg/PDFGraphics2D.java
  
  Index: PDFGraphics2D.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/svg/PDFGraphics2D.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- PDFGraphics2D.java	10 Oct 2004 12:19:19 -0000	1.18
  +++ PDFGraphics2D.java	19 Jan 2005 21:44:45 -0000	1.19
  @@ -274,12 +274,13 @@
       /**
        * Restore the PDF graphics state to the starting state level.
        */
  +    /* seems not to be used
       public void restorePDFState() {
           for (int count = graphicsState.getStackLevel(); count > baseLevel; count--) {
               currentStream.write("Q\n");
           }
           graphicsState.restoreLevel(baseLevel);
  -    }
  +    }*/
   
       /**
        * This is a pdf specific method used to add a link to the
  
  
  

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