[subet/COLR] Default initialize firstLayerIdx

This commit is contained in:
ckitagawa 2021-01-25 10:37:59 -05:00 committed by Behdad Esfahbod
parent a650243d39
commit 8f6559a373
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ struct COLR
BaseGlyphRecord new_record;
new_record.glyphId = new_gid;
new_record.numLayers = old_record->numLayers;
new_record.firstLayerIdx = 0; // Updated during serialization.
return hb_pair_t<bool, BaseGlyphRecord> (true, new_record);
})
| hb_filter (hb_first)