aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/org')
-rw-r--r--src/org/apache/fop/svg/PDFGraphics2D.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/org/apache/fop/svg/PDFGraphics2D.java b/src/org/apache/fop/svg/PDFGraphics2D.java
index 0993db7f8..7ab314f57 100644
--- a/src/org/apache/fop/svg/PDFGraphics2D.java
+++ b/src/org/apache/fop/svg/PDFGraphics2D.java
@@ -67,8 +67,6 @@ public class PDFGraphics2D extends AbstractGraphics2D {
/** the current colour for use in svg */
PDFColor currentColour = new PDFColor(0, 0, 0);
- FontInfo fontInfo;
-
/**
* Create a new PDFGraphics2D with the given pdf document info.
* This is used to create a Graphics object for use inside an already
@@ -388,7 +386,6 @@ public class PDFGraphics2D extends AbstractGraphics2D {
currentStream = null;
currentFontName = null;
currentColour = null;
- fontInfo = null;
}
/**
@@ -686,7 +683,7 @@ public class PDFGraphics2D extends AbstractGraphics2D {
* @see #setClip
*/
public void drawString(String s, float x, float y) {
- System.out.println("drawString(String)");
+ //System.out.println("drawString(String)");
currentStream.write("BT\n");
Shape imclip = getClip();