Re: [Pgui-devel] Polygon patch

2001-11-15 Thread Shane Nay
On Thursday 15 November 2001 15:43, Micah Dowty wrote: > I have the code integrated into pgserver in CVS now. However, there > are some problems with clipping and scaling. > > The filled polygon makes no attempt to implement clipping, so it > will gladly write anywhere on or off the screen. I also

Re: [Pgui-devel] Polygon patch

2001-11-15 Thread Micah Dowty
I have the code integrated into pgserver in CVS now. However, there are some problems with clipping and scaling. The filled polygon makes no attempt to implement clipping, so it will gladly write anywhere on or off the screen. I also noticed that the ellipse and filled ellipse do not implement c

[Pgui-devel] Polygon patch

2001-11-12 Thread Shane Nay
Uh.., someone asked for this a long time ago :). Anyway, I reposted it on ftp, it's the same one that I sent as my "final" patch a long time ago. Anyway..., it's not forward ported, that will be left as an excercise to the reader :). (Though I may be convinced to forward port it myself, but

[Pgui-devel] Polygon Patch

2001-06-08 Thread Shane Nay
Okay, on ftp://ftp.minirl.com/pub/picogui/pgserver-poly-fin.diff is what I believe to be the completely fixed polygon patch :). I sort of threw in the max/min exclusion vertice algorithm at the last minute a few days ago, and this version reflects a good deal of refinement of that algorithm.