I found a great doc I am linking. The 4 spline method we are using
has an error tolerance of 2.7*10^-4, which I am pretty sure is coming
into play here. If we move to an 8 spline approach, it would reduce
the error a few orders of magnitude.
http://www.tinaja.com/glib/ellipse4.pdf
- Charlie
O
I did some more digging and it looks like this changed with the
transforms. curve4 is now being called instead of arc_to, which uses
beziers.
On Dec 9, 2007 10:11 AM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> I found a great doc I am linking. The 4 spline method we are using
> has an error toler