You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/10/12 13:56:39 UTC

svn commit: r1868342 - /pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java

Author: tilman
Date: Sat Oct 12 13:56:38 2019
New Revision: 1868342

URL: http://svn.apache.org/viewvc?rev=1868342&view=rev
Log:
PDFBOX-4341: update javadoc about drawbacks of this method, by Emmeran Seehuber

Modified:
    pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java

Modified: pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java?rev=1868342&r1=1868341&r2=1868342&view=diff
==============================================================================
--- pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java (original)
+++ pdfbox/branches/issue4569/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java Sat Oct 12 13:56:38 2019
@@ -702,7 +702,10 @@ public final class Matrix implements Clo
     }
 
     /**
-     * Returns a COS array which represents this matrix.
+     * Returns a COS array which represent the geometric relevant
+     * components of the matrix. The last column of the matrix is ignored,
+     * only the first two columns are returned. This is analog to the
+     * Matrix(COSArray) constructor.
      */
     public COSArray toCOSArray()
     {