[limits] Increase COLRv1 edge-count

We have a "pixel" color font that was easily hitting the limit...
This commit is contained in:
Behdad Esfahbod 2023-08-09 10:41:04 -06:00
parent 45c1ad0512
commit 077c4308cc

View file

@ -106,7 +106,7 @@
#endif
#ifndef HB_COLRV1_MAX_EDGE_COUNT
#define HB_COLRV1_MAX_EDGE_COUNT 1024
#define HB_COLRV1_MAX_EDGE_COUNT 65536
#endif