Roadmap
This is an ever-changing list of development priorities for the maintainers of librsvg. Check this often!
Short term
Switch from autotools to the Meson build system. This may make it easier to integrate the Rust-based gdk-pixbuf-loader from the last point.
Fix issue #778 about incorrect offsetting for layers with opacity. Solving this should make it easier to fix the root cause of issue #1, where librsvg cannot compute arbitrary regions for filter effects and it only takes the user-specified viewport into account. See Render tree for details on this.
Continue with the revamp of Text layout.
Medium term
Issue #459 - Support CSS
var()
for custom colors and other SVG properties.Issue #843 - Support CSS
calc()
.Issue #635 - Publish to crates.io.