https://issues.apache.org/bugzilla/show_bug.cgi?id=48227
Summary: RenderContext property PDF_CONTEXT is set twice
Product: Fop
Version: all
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: trivial
Priority: P2
Component: pdf
AssignedTo: [email protected]
ReportedBy: [email protected]
In method PDFRenderer.createRendererContext(..)
The RenderContext property: PDFRendererContextConstants.PDF_CONTEXT
is set twice, which makes no sense.
---------------------------- snip -----------------------------
context.setProperty(PDFRendererContextConstants.PDF_CONTEXT,
currentContext == null ? currentPage : currentContext);
context.setProperty(PDFRendererContextConstants.PDF_CONTEXT, currentContext);
---------------------------- snap -----------------------------
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.