Fixing a memory leak of xmlEntityPtr in librsvg
More from Federico's Blog
It has been, what, like four years since librsvg got fully rustified, and now it is time to move another piece of critical infrastructure to a memory-safe language. I'm talking about libipuz, the GObject-based C library that GNOME Crosswords uses underneath. This is a library that parses the ipuz file …
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 …
Skip to main content Federico Vilanova / Barcelona 2006: Memories of GUADECs past Open navigation Federico's Blog ...
Skip to main content Federico Stuttgart 2005: Memories of GUADECs past Open navigation Federico's Blog ...
Since last Friday, librsvg is available from crates.io. You can add this line to your dependencies in Cargo.toml: librsvg = "2.57.0-beta.2" I am nailing down the release process for this, but my intention is that starting with GNOME 45 / librsvg-2.57.0, the Rust crate will …