diff options
author | Peter Hancock <phancock@apache.org> | 2012-09-13 12:45:27 +0000 |
---|---|---|
committer | Peter Hancock <phancock@apache.org> | 2012-09-13 12:45:27 +0000 |
commit | d99dc75ffa1d37817ce18cff188fdabc29f9f73e (patch) | |
tree | 57e54bc96b79ce2980a5ed00afb0bd5ff313aab6 /status.xml | |
parent | 03bedaf0caa6c39823437e43b2f8547d476d24e7 (diff) | |
download | xmlgraphics-fop-d99dc75ffa1d37817ce18cff188fdabc29f9f73e.tar.gz xmlgraphics-fop-d99dc75ffa1d37817ce18cff188fdabc29f9f73e.zip |
Bugzilla #53865: Add Rows per Strip configuration for Tiff renderer
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1384310 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 3e73488fb..b39d3d9e0 100644 --- a/status.xml +++ b/status.xml @@ -62,6 +62,11 @@ 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="PH" type="add" fixes-bug="53865" importance="low"> + Added configuration for RowPerStrip configuration in the Tiff renderer. + RowsPerStrip can be configured to 1 or to the total # of rows. + See docs for fop.xconf configuration details. + </action> <action context="Layout" dev="VH" type="fix" fixes-bug="53598" due-to="Robert Meyer"> Always set the breakClass field to a legal value in BreakElement, so as to avoid IllegalArgumentExceptions in other parts of the code. |