mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-03 12:27:59 +02:00
ps: remove unnecessary flush
that was preventing string of glyphs from separate calls to cairo_show_glyphs() being merged.
This commit is contained in:
parent
488c94220d
commit
7fbe430e2a
1 changed files with 0 additions and 4 deletions
|
|
@ -3463,10 +3463,6 @@ _cairo_ps_surface_emit_pattern (cairo_ps_surface_t *surface,
|
|||
{
|
||||
cairo_status_t status;
|
||||
|
||||
status = _cairo_pdf_operators_flush (&surface->pdf_operators);
|
||||
if (unlikely (status))
|
||||
return status;
|
||||
|
||||
if (pattern->type == CAIRO_PATTERN_TYPE_SOLID) {
|
||||
cairo_solid_pattern_t *solid = (cairo_solid_pattern_t *) pattern;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue