You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/01/16 22:59:41 UTC

DO NOT REPLY [Bug 16182] New: - PSGraphics2D: SEG_QUADTO implementation

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: fop-dev@xml.apache.org
        ReportedBy: gyiii@srds.com


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: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org