]>
Commit | Line | Data |
---|---|---|
d4fe77a5 RV |
1 | <?xml version="1.0" ?> |
2 | <!-- | |
3 | ==================================================================== | |
4 | Replace inskcape by rsvg-convert to convert SVG graphics | |
5 | ==================================================================== | |
6 | --> | |
7 | <config xmlns="http://dblatex.sourceforge.net/config"> | |
8 | <imagedata> | |
9 | <converter src="svg" dst="*" docformat="pdf"> | |
10 | <command> | |
11 | rsvg-convert -a -f %(dst)s -o %(output)s %(input)s | |
12 | </command> | |
13 | </converter> | |
14 | </imagedata> | |
15 | </config> |