6872: wrong size of svg image in Family Lines Graph
svn: r22731
This commit is contained in:
parent
e9b0f10d46
commit
30474aab8d
@ -699,7 +699,7 @@ class GVSvgDoc(GVDocBase):
|
||||
fname = self._filename.encode(sys.getfilesystemencoding())
|
||||
|
||||
# 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
|
||||
os.remove(tmp_dot)
|
||||
|
Loading…
Reference in New Issue
Block a user