[limits] Increase COLRv1 edge-count

We have a "pixel" color font that was easily hitting the limit...
pull/4372/head
Behdad Esfahbod 2 years ago
parent 45c1ad0512
commit 077c4308cc
  1. 2
      src/hb-limits.hh

@ -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

Loading…
Cancel
Save