mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 11:50:16 +01: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;
|
||||
}
|
||||
|
||||
_cairo_surface_clipper_reset (&surface->clipper);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue