[colr] Set HB_COLRV1_MAX_NESTING_LEVEL to 16

Was 100. That seemed excessive.
This commit is contained in:
Behdad Esfahbod 2022-12-11 12:54:19 -07:00
parent c17afa48de
commit b9d5e7a8bb
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 100
#define HB_COLRV1_MAX_NESTING_LEVEL 16
#endif
namespace OT {