jeremias 2005/02/19 13:27:33
Modified: src/java/org/apache/fop/svg PDFGraphics2D.java
Log:
Commented stray System.out. Should be replaced by Commons Logging calls or
removed in time.
Revision Changes Path
1.20 +5 -5 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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- PDFGraphics2D.java 19 Jan 2005 21:44:45 -0000 1.19
+++ PDFGraphics2D.java 19 Feb 2005 21:27:33 -0000 1.20
@@ -436,7 +436,7 @@
*/
public boolean drawImage(Image img, int x, int y, int width, int height,
ImageObserver observer) {
- System.out.println("drawImage x=" + x + " y=" + y + " width=" +
width + " height=" + height + " image=" + img.toString());
+ //System.out.println("drawImage x=" + x + " y=" + y + " width=" +
width + " height=" + height + " image=" + img.toString());
// first we look to see if we've already added this image to
// the pdf document. If so, we just reuse the reference;
// otherwise we have to build a FopImage and add it to the pdf
@@ -1102,7 +1102,7 @@
* @see #setClip
*/
public void drawRenderedImage(RenderedImage img, AffineTransform xform) {
- System.out.println("drawRenderedImage");
+ //System.out.println("drawRenderedImage");
}
/**
@@ -1137,7 +1137,7 @@
*/
public void drawRenderableImage(RenderableImage img,
AffineTransform xform) {
- System.out.println("drawRenderableImage");
+ //System.out.println("drawRenderableImage");
}
/**
@@ -1579,7 +1579,7 @@
* @param c1 the XOR alternation color
*/
public void setXORMode(Color c1) {
- System.out.println("setXORMode");
+ //System.out.println("setXORMode");
}
@@ -1604,7 +1604,7 @@
*/
public void copyArea(int x, int y, int width, int height, int dx,
int dy) {
- System.out.println("copyArea");
+ //System.out.println("copyArea");
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]