5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-22 22:03:47 +03:00
pve-docs/asciidoc/dblatex-export.conf
Thomas Lamprecht 789c5c57d3 use rsvg-convert instead of inkscape
we save quite a few build (reverse-)dependencies with this change
rsvg-convert is also a lot faster.
both use the same backend to process SVGs – cairo

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-06-29 12:15:07 +02:00

16 lines
487 B
XML

<?xml version="1.0" ?>
<!--
====================================================================
Replace inskcape by rsvg-convert to convert SVG graphics
====================================================================
-->
<config xmlns="http://dblatex.sourceforge.net/config">
<imagedata>
<converter src="svg" dst="*" docformat="pdf">
<command>
rsvg-convert -a -f %(dst)s -o %(output)s %(input)s
</command>
</converter>
</imagedata>
</config>