From 66ddeb0737df78a73c91f5cd32239ca2cfa435c9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 24 Jan 2023 17:01:01 -0700 Subject: [PATCH] [hb-info] Change Chafa repeat to 16 --- util/hb-info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hb-info.cc b/util/hb-info.cc index 715983f0f..1432c7cd3 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -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++)