[colr] Add a todo

This commit is contained in:
Matthias Clasen 2022-12-17 13:33:56 -05:00 committed by Behdad Esfahbod
parent 4b0285bae6
commit 4c728e952b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ void PaintColrGlyph::paint_glyph (hb_paint_context_t *c) const
const COLR *colr_table = c->get_colr_table (); const COLR *colr_table = c->get_colr_table ();
const Paint *paint = colr_table->get_base_glyph_paint (gid); const Paint *paint = colr_table->get_base_glyph_paint (gid);
// TODO apply clipbox
if (paint) if (paint)
c->recurse (*paint); c->recurse (*paint);
} }