You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/12 17:06:04 UTC

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

    [ https://issues.apache.org/jira/browse/PDFBOX-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623844#comment-14623844 ] 

ASF subversion and git services commented on PDFBOX-2872:
---------------------------------------------------------

Commit 1690471 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1690471 ]

PDFBOX-2872: return the matrix values instead of constant values

> 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