mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 04:08:13 +02:00
parent
2f671582ee
commit
fff7b8f392
1 changed files with 2 additions and 0 deletions
|
|
@ -1959,6 +1959,8 @@ _cairo_pdf_interchange_tag_end (cairo_pdf_surface_t *surface,
|
|||
|
||||
} else if (surface->paginated_mode == CAIRO_PAGINATED_MODE_RENDER) {
|
||||
status = _cairo_tag_stack_pop (&ic->render_tag_stack, name, &elem);
|
||||
} else {
|
||||
ASSERT_NOT_REACHED;
|
||||
}
|
||||
if (unlikely (status))
|
||||
return status;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue