Search found 2 matches

by PRR24
2019-08-30T04:51:00-07:00
Forum: Users
Topic: rsvg-convert
Replies: 1
Views: 10515

Re: rsvg-convert

Managed to get it working to some extent.
1. edited delegates.xml, replaced

<delegate decode="svg" ...
<delegate decode="svg:decode" ...

with

<delegate decode="svg:decode" command="&quot;im-rsvg-convert&quot; &quot;%s&quot; &quot;%s&quot;"/>


2. created /usr/bin/im-rsvg-convert file ...
by PRR24
2019-08-30T01:38:52-07:00
Forum: Users
Topic: rsvg-convert
Replies: 1
Views: 10515

rsvg-convert

Ubuntu 18.04 has IM built with no rsvg delegate.
Is there any way to get convert to use rsvg without recompiling IM?
delegates.xml contains a reference for rsvg-convert, but it is ignored by convert.

So far I have tried:
- installed rsvg toolset -- well, of course :)
- removed inkscape entry from ...