[colr] Set HB_COLRV1_MAX_NESTING_LEVEL to 16
Was 100. That seemed excessive.
This commit is contained in:
parent
c17afa48de
commit
b9d5e7a8bb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue