[COLR] Change recursion limit back to 128

This commit is contained in:
Behdad Esfahbod 2022-12-17 08:57:40 -07:00
parent 31ba950b71
commit 206957aee4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#define HB_OT_TAG_COLR HB_TAG('C','O','L','R')
#ifndef HB_COLRV1_MAX_NESTING_LEVEL
#define HB_COLRV1_MAX_NESTING_LEVEL 16
#define HB_COLRV1_MAX_NESTING_LEVEL 128
#endif
namespace OT {