mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-17 19:28:05 +02:00
Fix color bitmap font rendering
Signed-off-by: Raman Varabets <gitlab-20240601-da2ef10c@cyborgize.sg>
This commit is contained in:
parent
bf652edbf7
commit
da46b016b8
1 changed files with 1 additions and 1 deletions
|
|
@ -4261,7 +4261,7 @@ _cairo_svg_surface_supports_color_glyph (void *abstract_surface
|
|||
_cairo_scaled_font_freeze_cache (scaled_font);
|
||||
status = _cairo_scaled_glyph_lookup (scaled_font,
|
||||
glyph_index,
|
||||
CAIRO_SCALED_GLYPH_INFO_COLOR_SURFACE,
|
||||
CAIRO_SCALED_GLYPH_INFO_RECORDING_SURFACE,
|
||||
NULL, /* foreground color */
|
||||
&scaled_glyph);
|
||||
if (unlikely (status))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue