freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Another font variation bug fix


From: Matthias Clasen
Subject: Re: [ft-devel] Another font variation bug fix
Date: Mon, 18 Dec 2017 16:39:24 -0500

On Mon, Dec 18, 2017 at 4:37 PM, Matthias Clasen <address@hidden> wrote:
the important change is the last hunk.

We store coords[i] in the local variable coord, then we apply the clamping to coord, but then ...
we use coords[i] as input for the normalization, so the clamping is lost.
That is what my patch changes.


Oh, and I just notice now that the patch I sent included my debug changes to replace FT_TRACE with printf.
That was of course not meant to be applied. Sorry for not noticing that earlier.

reply via email to

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