mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[util/draw] Explicitly chain from render_color_glyph to render_glyph
This seems to be more robust. See: https://github.com/harfbuzz/harfbuzz/pull/3411#issuecomment-1033176635
This commit is contained in:
parent
6a3dec357c
commit
22f2c78c28
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ render_color_glyph (cairo_scaled_font_t *scaled_font,
|
|||
if (ret != CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED)
|
||||
return ret;
|
||||
|
||||
return ret;
|
||||
return render_glyph (scaled_font, glyph, cr, extents);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue