* src/truetype/ttinterp.c (TT_Run_Context): Fix IUP tracking bits.

Correctly fixes #1353 and #1349.
diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c
index 9ae90c7..7b26c9a 100644
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -7524,7 +7524,7 @@
 #ifdef TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL
     /* Reset IUP tracking bits in the backward compatibility mode. */
     /* See `ttinterp.h' for details.                               */
-    exec->backward_compatibility &= ~0x6;
+    exec->backward_compatibility &= ~0x3;
 #endif
 
     /* some glyphs leave something on the stack, */