Librsvg will use Rust-only image decoders starting on 2.58.0

from blog Federico's Blog, | ↗ original
Starting with version 2.58.0, librsvg will no longer use gdk-pixbuf to decode raster images that are referenced from SVG documents. For example, an element like this: href="foo.jpg" width="100" height="100"/> I have just pushed a merge request to make librsvg use the image-rs …