Fix double colour management in the librsvg loader

This commit is contained in:
2023-07-13 08:04:17 +02:00
parent 5ec5f5bdbd
commit d4b91d6260

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 --------------------------------------------------------