Selaa lähdekoodia

Bugzilla #48376:

Bugfix in AFP output: Page Overlay not generated when using IF
Submitted by: Venkat Reddy <dvanukuri.venkat.at.googlemail.com>


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@896856 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Chris Bowditch 14 vuotta sitten
vanhempi
commit
6001e940ee

+ 6
- 0
src/java/org/apache/fop/render/afp/extensions/AFPExtensionHandler.java Näytä tiedosto

throw new SAXException("Invalid URI: " + src, e); throw new SAXException("Invalid URI: " + src, e);
} }
this.returnedObject = formMap; this.returnedObject = formMap;
} else if (AFPElementMapping.INCLUDE_PAGE_OVERLAY.equals(localName)) {
this.returnedObject = new AFPPageOverlay();
String name = lastAttributes.getValue("name");
if (name != null) {
returnedObject.setName(name);
}
} else { } else {
AFPPageSetup pageSetupExtn = null; AFPPageSetup pageSetupExtn = null;
if (AFPElementMapping.INVOKE_MEDIUM_MAP.equals(localName)) { if (AFPElementMapping.INVOKE_MEDIUM_MAP.equals(localName)) {

+ 4
- 1
status.xml Näytä tiedosto

documents. Example: the fix of marks layering will be such a case when it's done. documents. Example: the fix of marks layering will be such a case when it's done.
--> -->
<release version="FOP Trunk" date="TBD"> <release version="FOP Trunk" date="TBD">
<action context="Renderers" dev="CB" type="fix" fixes-bug="48456">
<action context="Renderers" dev="CB" type="fix" fixes-bug="48376" due-to="Venkat Reddy">
Bugfix: AFP Renderer: Page Overlays not generated when using Intermediate Format
</action>
<action context="Renderers" dev="CB" type="fix" fixes-bug="48456">
Bugfix: AFP Renderer: Underline is incorrectly placed when reference-orientation != 0 Bugfix: AFP Renderer: Underline is incorrectly placed when reference-orientation != 0
</action> </action>
<action context="Renderers" dev="CB" type="fix" fixes-bug="48453"> <action context="Renderers" dev="CB" type="fix" fixes-bug="48453">

Loading…
Peruuta
Tallenna