Suggested by Martin Koegler as part of Bugzilla #50852
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1341992 13f79535-47bb-0310-9956-
ffa450edef68
if (parent instanceof PDFStructElem) {
parentElement = (PDFStructElem) parent;
}
- put("Type", new PDFName("StructElem"));
put("S", structureType);
setParent(parent);
}
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Renderers" dev="VH" type="fix" due-to="Martin Koegler">
+ Stop outputting the Type entry for structure elements in order to create a smaller PDF
+ ouptut when accessibility is enabled.
+ </action>
<action context="Config" dev="GA" type="fix" fixes-bug="52144" due-to="Luis Bernardo">
Fix crash on use of version switch (-v).
</action>