[COLR] Add comment

This commit is contained in:
Behdad Esfahbod 2024-11-15 15:14:37 -07:00
parent b0d52abe97
commit de7f97b7f7

View file

@ -1003,7 +1003,7 @@ struct PaintTransform
void paint_glyph (hb_paint_context_t *c) const
{
TRACE_PAINT (this);
(this+transform).paint_glyph (c);
(this+transform).paint_glyph (c); // This does a push_transform()
c->recurse (this+src);
c->funcs->pop_transform (c->data);
}