[subet/COLR] Default initialize firstLayerIdx

pull/2833/head
ckitagawa 4 years ago committed by Behdad Esfahbod
parent a650243d39
commit 8f6559a373
  1. 1
      src/hb-ot-color-colr-table.hh

@ -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)

Loading…
Cancel
Save