shithub: freetype+ttf2subf

Download patch

ref: 86eb43a99437c455d54fccf1fa3aef2793d9ded8
parent: 1831e6f0689c8de6340774de1ad00fd3bb6ff924
author: Nikolaus Waxweiler <[email protected]>
date: Sat Jul 16 02:37:57 EDT 2016

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

Problem reported by Hin-Tak Leung.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-07-16  Nikolaus Waxweiler  <[email protected]>
+
+	* src/truetype/ttinterp.c (Ins_MIRP): Fix copy-and-paste error.
+
+	Problem reported by Hin-Tak Leung.
+
 2016-07-15  Werner Lemberg  <[email protected]>
 
 	[autofit] Update and improve segment and edge tracing.
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -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 */