when converting an svg file, imagemagick's "convert" falls back to call "rsvg" if the internal svg converter is not present. However, the most recent librsvg removed "rsvg" in favor of "rsvg-convert" [1,2].
The dispatcher should be updated to use rsvg-convert.
[1] http://git.gnome.org/browse/librsvg/com ... 7803da4a12
[2] https://bugzilla.gnome.org/show_bug.cgi?id=580325
librsvg has removed rsvg in favor of rsvg-convert
-
- Posts: 1
- Joined: 2012-02-09T13:57:15-07:00
- Authentication code: 8675308
Re: librsvg has removed rsvg in favor of rsvg-convert
We'll add a patch to the subversion trunk by sometime tomorrow. Thanks.