* src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): Fix tracing.
This commit is contained in:
parent
0f9ddf20c8
commit
631e218147
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue