diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-13 08:04:17 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-13 08:04:41 +0200 |
commit | d4b91d6260fe2f42c152ffdf6e327c2806702324 (patch) | |
tree | 610af355c14b4fd69771796f7cb4f61300c8871b | |
parent | 5ec5f5bdbd7ba479ac43f20419dde9d7903dd86e (diff) | |
download | fiv-d4b91d6260fe2f42c152ffdf6e327c2806702324.tar.gz fiv-d4b91d6260fe2f42c152ffdf6e327c2806702324.tar.xz fiv-d4b91d6260fe2f42c152ffdf6e327c2806702324.zip |
Fix double colour management in the librsvg loader
-rw-r--r-- | fiv-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2495,7 +2495,7 @@ open_librsvg( } image->render = &closure->parent; - return fiv_io_profile_finalize(image, ctx->screen_profile); + return image; } #endif // HAVE_LIBRSVG -------------------------------------------------------- |