Fix double colour management in the librsvg loader
This commit is contained in:
parent
5ec5f5bdbd
commit
d4b91d6260
2
fiv-io.c
2
fiv-io.c
|
@ -2495,7 +2495,7 @@ open_librsvg(
|
||||||
}
|
}
|
||||||
|
|
||||||
image->render = &closure->parent;
|
image->render = &closure->parent;
|
||||||
return fiv_io_profile_finalize(image, ctx->screen_profile);
|
return image;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // HAVE_LIBRSVG --------------------------------------------------------
|
#endif // HAVE_LIBRSVG --------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue