Does anyone know what this assert means? I keep seeing it when running 1.9.3 on windows.<br><br>Assertian failed!<br>File: cairo-surface-fallback.c<br>Line: 92<br>Expression: state->image != NULL<br><br>In my sandbox, at least, that's the assert in this code block inside _fallback_init:<br>
/* XXX: This NULL value tucked away in state->image is a rather<br> * ugly interface. Cleaner would be to push the<br> * CAIRO_INT_STATUS_NOTHING_TO_DO value down into<br> * _cairo_surface_acquire_dest_image and its backend<br>
* counterparts. */<br> assert (state->image != NULL);<br><br><br>Damian<br><br>