mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-03 09:00:28 +01:00
Merge branch 'bug-619' into 'master'
Remove the unbounded recording surface assertion Closes #619 See merge request cairo/cairo!399
This commit is contained in:
commit
08194cef53
1 changed files with 2 additions and 1 deletions
|
|
@ -615,7 +615,8 @@ _cairo_recording_surface_acquire_source_image (void *abstract_surface,
|
|||
return CAIRO_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
assert (! surface->unbounded);
|
||||
if (surface->unbounded)
|
||||
return CAIRO_INT_STATUS_UNSUPPORTED;
|
||||
image = _cairo_image_surface_create_with_content (surface->base.content,
|
||||
surface->extents.width,
|
||||
surface->extents.height);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue