[AAT] Ignore machine errors and continue
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 24 Jan 2019 16:23:11 +0000 (17:23 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 24 Jan 2019 16:23:11 +0000 (17:23 +0100)
src/hb-aat-layout-common.hh

index 76ba989..516a722 100644 (file)
@@ -778,7 +778,7 @@ struct StateTableDriver
       }
 
       if (unlikely (!c->transition (this, entry)))
-       break;
+       ;//break; Ignore error.
 
       state = machine.new_state (entry.newState);
       DEBUG_MSG (APPLY, nullptr, "s%d", state);