pull/4017/head
Behdad Esfahbod 2 years ago
parent 432afa9dff
commit 5bd6fc1ace
  1. 4
      src/OT/Color/COLR/COLR.hh
  2. 1
      src/hb-ft-colr.hh

@ -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…
Cancel
Save