From: Maurice L. <ml...@us...> - 2003-08-24 19:07:16
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv31391 Modified Files: plline.c Log Message: Many more improvements to fill clipping. Handle cases where fill polygon intersects bounding box on two edges by calculating the approximate circulation of the contour and filling in the edge vertices appropriately. With these changes the clipping performs accurately up to reasonably high levels of zooming using x16c as a test case. At some point (as one continues to zoom in) it starts to have problems, which I suspect to be a problem in clipline() or related to fidelity (or both). Further work on this will have to wait, as for now I'm out of time. |