Fix double colour management in the librsvg loader

This commit is contained in:
Přemysl Eric Janouch 2023-07-13 08:04:17 +02:00
parent 5ec5f5bdbd
commit d4b91d6260
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -2495,7 +2495,7 @@ open_librsvg(
}
image->render = &closure->parent;
return fiv_io_profile_finalize(image, ctx->screen_profile);
return image;
}
#endif // HAVE_LIBRSVG --------------------------------------------------------