mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 22:40:18 +01:00
[gstate] Fix huge-font path;fill fallback options
This commit is contained in:
parent
d9784c8c37
commit
e09f20fe01
1 changed files with 2 additions and 2 deletions
|
|
@ -1567,9 +1567,9 @@ _cairo_gstate_show_glyphs (cairo_gstate_t *gstate,
|
|||
gstate->op,
|
||||
&source_pattern.base,
|
||||
&path,
|
||||
gstate->fill_rule,
|
||||
CAIRO_FILL_RULE_WINDING,
|
||||
gstate->tolerance,
|
||||
gstate->antialias);
|
||||
gstate->scaled_font->options.antialias);
|
||||
|
||||
_cairo_path_fixed_fini (&path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue