mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-22 22:03:47 +03:00
789c5c57d3
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>
16 lines
487 B
XML
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>
|