From de7f97b7f7f8384f155ed78447387a11d458b828 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 15 Nov 2024 15:14:37 -0700 Subject: [PATCH] [COLR] Add comment --- src/OT/Color/COLR/COLR.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OT/Color/COLR/COLR.hh b/src/OT/Color/COLR/COLR.hh index 36b509d7c..d227768d5 100644 --- a/src/OT/Color/COLR/COLR.hh +++ b/src/OT/Color/COLR/COLR.hh @@ -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); }