So does anyone have a way to submit a bug report to the
people who maintain dblatex? I can't find any way to
report a bug on the various sourceforge pages...
$ diff -u imagedata.py.original imagedata.py
--- imagedata.py.original 2011-03-23 15:15:30.000000000 -0700
+++ imagedata.py 2011-03-23 15:15:41.000000000 -0700
@@ -63,7 +63,7 @@
class SvgConverter(ImageConverter):
def convert(self, input, output, format, doexec=1):
- cmd = "inkscape -z -D \"--export-%s=%s\" %s" % (format, input,
output)
+ cmd = "inkscape -z -D \"--export-%s=%s\" %s" % (format, output,
input)
return self.system(cmd, doexec)
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/asciidoc/-/-apw350J3j4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.