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=16182>.
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=16182

PSGraphics2D: SEG_QUADTO implementation

           Summary: PSGraphics2D: SEG_QUADTO implementation
           Product: Fop
           Version: 0.20.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: svg
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Simple implementaion of SEG_QUADTO segment in PSGraphics2D.java.
Using "curveto" command to replace QUADTO.

                psRenderer.write(PDFNumber.doubleOut(1000 * vals[0]) + " "
                                 + PDFNumber.doubleOut(1000 * vals[1]) + " "
                                 + PDFNumber.doubleOut(1000 * vals[0]) + " "
                                 + PDFNumber.doubleOut(1000 * vals[1]) + " "
                                 + PDFNumber.doubleOut(1000 * vals[2]) + " "
                                 + PDFNumber.doubleOut(1000 * vals[3])
                                 + " curveto");

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to