summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-05-12 17:48:00 (GMT)
committerGitHub <noreply@github.com>2019-05-12 17:48:00 (GMT)
commit8cd3470a3ad064dbb75f3d2fc6af5f69726040f3 (patch)
tree93294157a177dd65f561afc424e02b940b81ee48
parent8ba8b5df87cbd70f8c912b84dc2403189bcda4a5 (diff)
parent1c38b7dda7d8e1f3162c036954ec80144a52c3d0 (diff)
downloadDoxygen-8cd3470a3ad064dbb75f3d2fc6af5f69726040f3.zip
Doxygen-8cd3470a3ad064dbb75f3d2fc6af5f69726040f3.tar.gz
Doxygen-8cd3470a3ad064dbb75f3d2fc6af5f69726040f3.tar.bz2
Merge pull request #6870 from albert-github/feature/issue_6869
issue #6869 SVG image generated by \dot or \dotfile does not render properly in HTML
-rw-r--r--src/dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index debe24f..2d4c41a 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -4331,7 +4331,7 @@ void writeDotImageMapFromFile(FTextStream &t,
QCString svgName=outDir+"/"+baseName+".svg";
writeSVGFigureLink(t,relPath,baseName,svgName);
DotFilePatcher patcher(svgName);
- patcher.addSVGConversion(relPath,TRUE,context,TRUE,graphId);
+ patcher.addSVGConversion("",TRUE,context,TRUE,graphId);
patcher.run();
}
else // bitmap graphics