6872: wrong size of svg image in Family Lines Graph

svn: r22732
This commit is contained in:
Paul Franklin 2013-07-24 16:27:09 +00:00
parent 32b559c623
commit 9fa2057154

View File

@ -725,7 +725,7 @@ class GVSvgDoc(GVDocBase):
fname = self._filename fname = self._filename
# Generate the SVG file. # Generate the SVG file.
os.system( 'dot -Tsvg -o"%s" "%s"' % (fname, tmp_dot) ) os.system( 'dot -Tsvg:cairo -o"%s" "%s"' % (fname, tmp_dot) )
# Delete the temporary dot file # Delete the temporary dot file
os.remove(tmp_dot) os.remove(tmp_dot)