DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25880>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25880

[PATCH] avoid expotential notation for small transformation numbers.

           Summary: [PATCH] avoid expotential notation for small
                    transformation numbers.
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The attached example cause a the PDF transformation matrix to contain values 
like:
-1.0 1.2246467991473532E-16 -1.2246467991473532E-16 -1.0

which is invalid for PDF. Acrobat 6.0 complains when I open the example.

The patch calls the PDFNumber.doubleOut to prevent the use of expotential 
notation.

Reply via email to