]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugfix for misplaced block-containers.
authorJeremias Maerki <jeremias@apache.org>
Wed, 22 Jun 2005 14:50:20 +0000 (14:50 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 22 Jun 2005 14:50:20 +0000 (14:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198760 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/pdf/PDFRenderer.java

index daefe87f49feaf8858a79f418f1bda93c51ad8d7..0d5af587770a06b0598e01beeb4001bdb3f0496f 100644 (file)
@@ -1176,7 +1176,7 @@ public class PDFRenderer extends PrintRenderer {
             //borders and background in the old coordinate system
             handleBlockTraits(bv);
 
-            CTM tempctm = new CTM(containingIPPosition, currentBPPosition + containingBPPosition);
+            CTM tempctm = new CTM(containingIPPosition, currentBPPosition);
             ctm = tempctm.multiply(ctm);
             
             //Now adjust for border/padding