mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[limits] Increase COLRv1 edge-count
We have a "pixel" color font that was easily hitting the limit...
This commit is contained in:
parent
45c1ad0512
commit
077c4308cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue