瀏覽代碼

Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180

Removed non-ascii characters in a comment


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1151469 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Peter Hancock 13 年之前
父節點
當前提交
3331d47de9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/java/org/apache/fop/afp/modca/IncludeObject.java

+ 2
- 2
src/java/org/apache/fop/afp/modca/IncludeObject.java 查看文件

@@ -246,11 +246,11 @@ public class IncludeObject extends AbstractNamedAFPObject {
RIGHT_HANDED_270(Rotation.ROTATION_270, Rotation.ROTATION_0);

/**
* The object areas X-axis rotation from the X axis of the reference coordinate system
* The object area's X-axis rotation from the X axis of the reference coordinate system
*/
private final Rotation xoaOrent;
/**
* The object areas Y-axis rotation from the Y axis of the reference coordinate system
* The object area's Y-axis rotation from the Y axis of the reference coordinate system
*/
private final Rotation yoaOrent;


Loading…
取消
儲存