mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 08:38:02 +02:00
PDF: Add missing clipper_reset
This commit is contained in:
parent
2a1e7e18de
commit
2ae2be36d4
1 changed files with 2 additions and 0 deletions
|
|
@ -1762,6 +1762,8 @@ _cairo_pdf_surface_finish (void *abstract_surface)
|
||||||
surface->font_subsets = NULL;
|
surface->font_subsets = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_cairo_surface_clipper_reset (&surface->clipper);
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue