* src/truetype/ttinterp.c (Ins_MIRP): Fix copy-and-paste error.

Problem reported by Hin-Tak Leung.
This commit is contained in:
Nikolaus Waxweiler 2016-07-16 06:37:57 +02:00 committed by Werner Lemberg
parent 1831e6f068
commit 86eb43a994
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2016-07-16 Nikolaus Waxweiler <madigens@gmail.com>
* src/truetype/ttinterp.c (Ins_MIRP): Fix copy-and-paste error.
Problem reported by Hin-Tak Leung.
2016-07-15 Werner Lemberg <wl@gnu.org>
[autofit] Update and improve segment and edge tracing.

View File

@ -6088,7 +6088,6 @@
exc->GS.freeVector.x != 0 &&
!( exc->sph_tweak_flags & SPH_TWEAK_NORMAL_ROUND ) )
control_value_cutin = minimum_distance = 0;
else
#endif /* TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY */
/* XXX: UNDOCUMENTED! cvt[-1] = 0 always */