Skip to content
  • Uli Schlachter's avatar
    arc-looping-dash: Add a missing cairo_restore () · 7ad3aebb
    Uli Schlachter authored
    This test called cairo_save () without restoring again. Normally, this doesn't
    cause a problem. However, when cairo-test-suite is called with "-a", it also
    executes the tests on a similar surface. This then caused
    cairo_pop_group_to_source to be called on a cairo_save state which causes a
    CAIRO_STATUS_INVALID_RESTORE since commit 5d95ae92
    
    .
    
    Signed-off-by: default avatarUli Schlachter <psychon@znc.in>
    7ad3aebb