Comment
This commit is contained in:
parent
432afa9dff
commit
5bd6fc1ace
|
@ -2085,9 +2085,9 @@ struct COLR
|
||||||
if (is_bounded)
|
if (is_bounded)
|
||||||
c.recurse (*paint);
|
c.recurse (*paint);
|
||||||
|
|
||||||
|
// We push root transform first and clip after in this backend
|
||||||
c.funcs->pop_clip (c.data);
|
c.funcs->pop_clip (c.data);
|
||||||
|
c.funcs->pop_transform (c.data);
|
||||||
c.funcs->pop_transform (c.data);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -478,6 +478,7 @@ hb_ft_paint_glyph_colr (hb_font_t *font,
|
||||||
if (is_bounded)
|
if (is_bounded)
|
||||||
c.recurse (paint);
|
c.recurse (paint);
|
||||||
|
|
||||||
|
// We push clip first and root transform after in this backend
|
||||||
c.funcs->pop_transform (c.data);
|
c.funcs->pop_transform (c.data);
|
||||||
c.funcs->pop_clip (c.data);
|
c.funcs->pop_clip (c.data);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue