Bug 16182 - [PATCH] PSGraphics2D: SEG_QUADTO implementation
Summary: [PATCH] PSGraphics2D: SEG_QUADTO implementation
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: svg (show other bugs)
Version: 0.20.5
Hardware: All All
: P3 enhancement
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-16 21:59 UTC by George Yi
Modified: 2012-04-01 06:30 UTC (History)
0 users



Attachments
New code implement SEG_QUADTO (40.05 KB, text/plain)
2003-01-18 07:51 UTC, George Yi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description George Yi 2003-01-16 21:59:39 UTC
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");
Comment 1 George Yi 2003-01-17 22:07:19 UTC
Please ignore this implementation. It's not correct.
Comment 2 George Yi 2003-01-18 07:51:22 UTC
Created attachment 4487 [details]
New code implement SEG_QUADTO
Comment 3 Jeremias Maerki 2007-05-11 01:20:34 UTC
This is fixed in the latest FOP releases.
Comment 4 Glenn Adams 2012-04-01 06:30:16 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed