mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-10 07:18:39 +00:00
Comment
This commit is contained in:
parent
432afa9dff
commit
5bd6fc1ace
2 changed files with 3 additions and 2 deletions
|
@ -2085,9 +2085,9 @@ struct COLR
|
|||
if (is_bounded)
|
||||
c.recurse (*paint);
|
||||
|
||||
// We push root transform first and clip after in this backend
|
||||
c.funcs->pop_clip (c.data);
|
||||
|
||||
c.funcs->pop_transform (c.data);
|
||||
c.funcs->pop_transform (c.data);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -478,6 +478,7 @@ hb_ft_paint_glyph_colr (hb_font_t *font,
|
|||
if (is_bounded)
|
||||
c.recurse (paint);
|
||||
|
||||
// We push clip first and root transform after in this backend
|
||||
c.funcs->pop_transform (c.data);
|
||||
c.funcs->pop_clip (c.data);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue