Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 647860
Collapse All | Expand All

(-)dblatex-0.3.10.orig/lib/dbtexmf/core/imagedata.py (-1 / +1 lines)
Lines 178-184 Link Here
178
class SvgConverter(ImageConverter):
178
class SvgConverter(ImageConverter):
179
    def __init__(self, imgsrc, imgdst="", docformat="", backend=""):
179
    def __init__(self, imgsrc, imgdst="", docformat="", backend=""):
180
        ImageConverter.__init__(self, imgsrc="svg", imgdst=imgdst)
180
        ImageConverter.__init__(self, imgsrc="svg", imgdst=imgdst)
181
        self.add_command(["inkscape", "-z", "-D", "--export-%(dst)s=%(output)s",
181
        self.add_command(["rsvg-convert", "-f", "%(dst)s", "-o","%(output)s",
182
                          "%(input)s"])
182
                          "%(input)s"])
183
183
184
184

Return to bug 647860