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:43 UTC

svn commit: r1868343 - /pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java

Author: tilman
Date: Sat Oct 12 13:56:43 2019
New Revision: 1868343

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

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

Modified: pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java?rev=1868343&r1=1868342&r2=1868343&view=diff
==============================================================================
--- pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java (original)
+++ pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java Sat Oct 12 13:56:43 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()
     {