]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
bug with previous commit when rotating by 270
authorChris Bowditch <cbowditch@apache.org>
Tue, 29 Dec 2009 13:38:52 +0000 (13:38 +0000)
committerChris Bowditch <cbowditch@apache.org>
Tue, 29 Dec 2009 13:38:52 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@894384 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/afp/DataStream.java

index c39e0f77e62d1c91bd14c1110f079882d94859e8..110fd2773e48bfb06f7b10b768163087564fce49 100644 (file)
@@ -532,7 +532,7 @@ public class DataStream {
             break;
         case 270:
             xOrigin = x;
-            yOrigin = y - height;
+            yOrigin = y - width;
             break;
         default:
             xOrigin = x;