[hb-info] Change Chafa repeat to 16

This commit is contained in:
Behdad Esfahbod 2023-01-24 17:01:01 -07:00
parent 7a29ded169
commit 66ddeb0737
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@ struct info_t :
hb_ot_color_palette_get_colors (face, palette_index, 0,
&count, palette);
#define REPEAT 8
#define REPEAT 16
hb_color_t *data = (hb_color_t *) malloc (count * REPEAT * sizeof (hb_color_t));
for (unsigned i = 0; i < count; i++)
for (unsigned j = 0; j < REPEAT; j++)