diff options
author | Chris Bowditch <cbowditch@apache.org> | 2013-01-04 15:11:52 +0000 |
---|---|---|
committer | Chris Bowditch <cbowditch@apache.org> | 2013-01-04 15:11:52 +0000 |
commit | 824c570eb4d7d99d2d78e5eaeb1a19549352846e (patch) | |
tree | 7116ea061a7443b90a3ef720d707183dc471099b /status.xml | |
parent | 308af7851505cb3d3bde1fe0b330e20f25e652fa (diff) | |
download | xmlgraphics-fop-824c570eb4d7d99d2d78e5eaeb1a19549352846e.tar.gz xmlgraphics-fop-824c570eb4d7d99d2d78e5eaeb1a19549352846e.zip |
Jira FOP-2174: When using SVG drawings, if no content-width and content-height is specified, 72 will be used instead of the source-resolution option
Patch submitted by Robert Meyer (rmeyer at hotmail dot co dot uk)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1428918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 394c0bf89..bec3c3974 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Layout" dev="CB" type="fix" fixes-bug="FOP-2174" due-to="Robert Meyer"> + When using SVG drawings, if no content-width and content-height is specified, 72 will + be used instead of the source-resolution option. + </action> <action context="Code" dev="GA" type="fix" fixes-bug="FOP-2179" due-to="Robert Meyer"> Fix checkstyle and findbugs warnings. </action> |