freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] latest patch file for spline flattening


From: Graham Asher
Subject: Re: [ft-devel] latest patch file for spline flattening
Date: Sun, 12 Sep 2010 11:20:13 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

No, forget that, I was getting confused.

Graham


On 12/09/2010 11:16, Graham Asher wrote:
On 08/09/2010 08:50, David Bevan wrote:
       if (s > (s_limit = L * (TPos)(FT_MAX_CURVE_DEVIATION / 0.75)))
          goto Split;

Surely this should be
       if (s > (s_limit = L * (TPos)(FT_MAX_CURVE_DEVIATION * 0.75)))
          goto Split;

because the limit is 3/4 of the deviation, times L?

Graham


reply via email to

[Prev in Thread] Current Thread [Next in Thread]