[colr] Set HB_COLRV1_MAX_NESTING_LEVEL to 16

Was 100. That seemed excessive.
pull/3933/head
Behdad Esfahbod 2 years ago
parent c17afa48de
commit b9d5e7a8bb
  1. 2
      src/hb-ot-color-colr-table.hh

@ -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…
Cancel
Save