mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[COLR] Add comment
This commit is contained in:
parent
b0d52abe97
commit
de7f97b7f7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue