pull/4691/head
Qunxin Liu 10 months ago
parent f614a7d309
commit 6c8985724e
  1. 2
      src/OT/Color/COLR/COLR.hh
  2. 1
      test/subset/data/Makefile.am
  3. 1
      test/subset/data/Makefile.sources
  4. 2
      test/subset/meson.build

@ -2051,7 +2051,7 @@ struct delta_set_index_map_subset_plan_t
for (unsigned idx = 0; idx < map_count; idx++)
{
unsigned *var_idx;
uint32_t *var_idx;
if (!new_deltaset_idx_varidx_map.has (idx, &var_idx)) return false;
output_map.arrayZ[idx] = *var_idx;

@ -72,7 +72,6 @@ EXTRA_DIST += \
expected/post_apply_mvar_delta \
expected/apply_cvar_delta \
expected/collect_name_ids \
expected/instantiate_colrv1 \
expected/instantiate_cff2_update_metrics \
expected/layout.empty_ligature_offset \
fonts \

@ -63,7 +63,6 @@ TESTS = \
tests/post_apply_mvar_delta.tests \
tests/apply_cvar_delta.tests \
tests/collect_name_ids.tests \
tests/instantiate_colrv1.tests \
tests/instantiate_cff2_update_metrics.tests \
tests/layout.empty_ligature_offset.tests \
$(NULL)

@ -56,6 +56,7 @@ tests = [
'32bit_var_store',
'pin_all_at_default',
'instantiate_base',
'instantiate_colrv1',
'instantiate_glyf',
'instantiate_cff2',
'full_instance',
@ -66,7 +67,6 @@ tests = [
'post_apply_mvar_delta',
'apply_cvar_delta',
'collect_name_ids',
'instantiate_colrv1',
'instantiate_cff2_update_metrics',
'layout.empty_ligature_offset',
'glyf_partial_instancing',

Loading…
Cancel
Save