Skip to content

Remove the unbounded recording surface assertion

Fujii Hironori requested to merge fujii.hironori/cairo:bug-619 into master

There was an assertion in _cairo_recording_surface_acquire_source_image to ensure the surface isn't unbounded. However, this assertion was failing for record-paint test on Windows.

Removed the assertion and return CAIRO_INT_STATUS_UNSUPPORTED if the surface is unbounded.

Fixes #619 (closed)

Merge request reports