RenderingProblem at PDFReader
-----------------------------

                 Key: PDFBOX-1183
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1183
             Project: PDFBox
          Issue Type: Bug
          Components: PDFReader
    Affects Versions: 1.6.0
         Environment: WinXP, Java 1.6.0_23
            Reporter: Danzelot
            Priority: Critical


When making the PDFReader frame smaller so the PDF doesnt fit the frame the PDF 
is painted over the upper, lower and right margin i.e. the scrollbars and the 
lower panel.
Having a look at the code, I found the problem.

In all relevant methods of PDFDrawer I removed 
graphics.setClip(getGraphicsState().getCurrentClippingPath());
Now the PDF is rendered within the right margins.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to