diff options
author | Glenn Adams <gadams@apache.org> | 2012-05-02 15:53:49 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-05-02 15:53:49 +0000 |
commit | 9426ed36abe7189e158116f92f607612ba432a17 (patch) | |
tree | 305cecacaa446f754073a3214e68a57075b41811 | |
parent | 6c90bb6701e513803420f78bb10a47cc195aabcd (diff) | |
download | xmlgraphics-fop-9426ed36abe7189e158116f92f607612ba432a17.tar.gz xmlgraphics-fop-9426ed36abe7189e158116f92f607612ba432a17.zip |
Bugzilla #48723: Fix for XGC when rendering PostScript using SVG being drawn upside down when using a custom affine transform. Submitted by rmeyer@hotmail.co.uk.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1333085 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | lib/xmlgraphics-commons-1.5svn.jar | bin | 584975 -> 584912 bytes | |||
-rw-r--r-- | status.xml | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/xmlgraphics-commons-1.5svn.jar b/lib/xmlgraphics-commons-1.5svn.jar Binary files differindex f5999383b..befea82c1 100644 --- a/lib/xmlgraphics-commons-1.5svn.jar +++ b/lib/xmlgraphics-commons-1.5svn.jar diff --git a/status.xml b/status.xml index 5e5461b4c..7ccdc9557 100644 --- a/status.xml +++ b/status.xml @@ -63,6 +63,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Code" dev="GA" type="fix" fixes-bug="48723" due-to="R. Meyer"> + Fix for XGC when rendering PostScript using SVG being drawn upside down when using a custom affine transform. + </action> <action context="Code" dev="GA" type="fix" fixes-bug="43940" due-to="Julien Aymé, Ognjen Blagojevic"> Use new double format utility to improve thread safety and performance. </action> |