keiron 01/10/26 02:30:40
Modified: src/org/apache/fop/svg PDFDocumentGraphics2D.java
Log:
updated for changed pdf interface
Revision Changes Path
1.12 +3 -3 xml-fop/src/org/apache/fop/svg/PDFDocumentGraphics2D.java
Index: PDFDocumentGraphics2D.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/svg/PDFDocumentGraphics2D.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- PDFDocumentGraphics2D.java 2001/08/14 14:50:30 1.11
+++ PDFDocumentGraphics2D.java 2001/10/26 09:30:40 1.12
@@ -1,5 +1,5 @@
/*
- * $Id: PDFDocumentGraphics2D.java,v 1.11 2001/08/14 14:50:30 keiron Exp $
+ * $Id: PDFDocumentGraphics2D.java,v 1.12 2001/10/26 09:30:40 keiron Exp $
* Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
@@ -31,7 +31,7 @@
* <tt>PDFGraphics2D</tt>.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Keiron Liddle</a>
- * @version $Id: PDFDocumentGraphics2D.java,v 1.11 2001/08/14 14:50:30 keiron Exp $
+ * @version $Id: PDFDocumentGraphics2D.java,v 1.12 2001/10/26 09:30:40 keiron Exp $
* @see org.apache.fop.svg.PDFGraphics2D
*/
public class PDFDocumentGraphics2D extends PDFGraphics2D {
@@ -130,7 +130,7 @@
pdfStream.add(getString());
PDFResources pdfResources = this.pdfDoc.getResources();
PDFPage currentPage = this.pdfDoc.makePage(pdfResources, pdfStream,
- width, height, null);
+ width, height);
if(currentAnnotList != null) {
currentPage.setAnnotList(currentAnnotList);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]