From: Glenn Adams Date: Wed, 2 May 2012 15:53:49 +0000 (+0000) Subject: Bugzilla #48723: Fix for XGC when rendering PostScript using SVG being drawn upside... X-Git-Tag: fop-1_1rc1old~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9426ed36abe7189e158116f92f607612ba432a17;p=xmlgraphics-fop.git 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 --- diff --git a/lib/xmlgraphics-commons-1.5svn.jar b/lib/xmlgraphics-commons-1.5svn.jar index f5999383b..befea82c1 100644 Binary files a/lib/xmlgraphics-commons-1.5svn.jar and b/lib/xmlgraphics-commons-1.5svn.jar differ 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. --> + + Fix for XGC when rendering PostScript using SVG being drawn upside down when using a custom affine transform. + Use new double format utility to improve thread safety and performance.