ref: 631e21814726b7befc4f9ac310053a9b70abda1d
parent: 0f9ddf20c89fd38bec244d431340d1d67d4dbfd5
author: Werner Lemberg <[email protected]>
date: Thu Jul 14 02:25:05 EDT 2016
* src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): Fix tracing.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-14 Werner Lemberg <[email protected]>
+
+ * src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): Fix tracing.
+
2016-07-14 Behdad Esfahbod <[email protected]>
[truetype] Fix gxvar delta interpolation.
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -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