You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2015/07/12 16:58:04 UTC

[jira] [Created] (PDFBOX-2872) Matrix.toCOSArray() has constant return

Tilman Hausherr created PDFBOX-2872:
---------------------------------------

             Summary: Matrix.toCOSArray() has constant return
                 Key: PDFBOX-2872
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2872
             Project: PDFBox
          Issue Type: Bug
          Components: Utilities
    Affects Versions: 2.0.0
            Reporter: Tilman Hausherr
             Fix For: 2.0.0


Another anomaly in the matrix:
{code}
    public COSArray toCOSArray()
    {
        COSArray array = new COSArray();
        array.add(new COSFloat(0));
        array.add(new COSFloat(1));
        array.add(new COSFloat(3));
        array.add(new COSFloat(4));
        array.add(new COSFloat(6));
        array.add(new COSFloat(7));
        return array;
    }
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org