* src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): Fix tracing.

This commit is contained in:
Werner Lemberg 2016-07-14 06:25:05 +02:00
parent 0f9ddf20c8
commit 631e218147
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-07-14 Werner Lemberg <wl@gnu.org>
* src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): Fix tracing.
2016-07-14 Behdad Esfahbod <behdad@behdad.org>
[truetype] Fix gxvar delta interpolation.

View File

@ -2019,7 +2019,7 @@
for ( j = 0; j < n_points; j++ )
{
#ifdef FT_DEBUG_LEVEL_TRACE
FT_Vector point_org = outline->points[j];
FT_Vector point_org = points_org[j];
#endif