From d4b91d6260fe2f42c152ffdf6e327c2806702324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 13 Jul 2023 08:04:17 +0200 Subject: Fix double colour management in the librsvg loader --- fiv-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiv-io.c b/fiv-io.c index 83f9c25..ed93e62 100644 --- a/fiv-io.c +++ b/fiv-io.c @@ -2495,7 +2495,7 @@ open_librsvg( } image->render = &closure->parent; - return fiv_io_profile_finalize(image, ctx->screen_profile); + return image; } #endif // HAVE_LIBRSVG -------------------------------------------------------- -- cgit v1.2.3