[jira] [Commented] (PDFBOX-2576) Improve code quality

2014-12-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259604#comment-14259604 ] ASF subversion and git services commented on PDFBOX-2576: - Commit

Re: Matrix Skew

2014-12-28 Thread Maruan Sahyoun
OK - I think the Matrix code is wrong in getting the shear values compared to the description in the PDF spec. eg. using a text matrix to produce an 'italic' text AffineTransform transform = AffineTransform.getShearInstance(0, 0.5); contentStream.setTextMatrix(transform); produces the same re

[jira] [Updated] (PDFBOX-2217) Matrix transform ignored in axial and radial shadings (in PDFToImage output)

2014-12-28 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-2217: Attachment: PDFBOX-2217-transformedshading1.jpg I'm currently working on this, and this wil

[jira] [Comment Edited] (PDFBOX-2217) Matrix transform ignored in axial and radial shadings (in PDFToImage output)

2014-12-28 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259647#comment-14259647 ] Tilman Hausherr edited comment on PDFBOX-2217 at 12/28/14 6:13 PM:

[jira] [Commented] (PDFBOX-2217) Matrix transform ignored in axial and radial shadings (in PDFToImage output)

2014-12-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259710#comment-14259710 ] ASF subversion and git services commented on PDFBOX-2217: - Commit

[jira] [Resolved] (PDFBOX-2217) Matrix transform ignored in axial and radial shadings (in PDFToImage output)

2014-12-28 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-2217. - Resolution: Fixed [~lmpmbernardo] thanks for the report! > Matrix transform ignored in a