aboutsummaryrefslogtreecommitdiffstats
path: root/build/dblatex_config.xml
blob: bd89ea7d3ce9e4d73579033a1582e24da5536a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" ?>
<!--
  ====================================================================
  Replace inkscape by rsvg-convert to convert SVG graphics
  https://sourceforge.net/p/dblatex/mailman/message/37005820/
  ====================================================================
-->
<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>