summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dot.cpp2
-rw-r--r--src/doxygen_css.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index a33ea5f..a4cef13 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -1082,7 +1082,7 @@ bool DotFilePatcher::run()
if (isSVGFile && interactiveSVG && replacedHeader)
{
QCString orgName=m_patchFile.left(m_patchFile.length()-4)+"_org.svg";
- t << substitute(svgZoomFooter,"$orgname",orgName);
+ t << substitute(svgZoomFooter,"$orgname",stripPath(orgName));
fo.close();
// keep original SVG file so we can refer to it, we do need to replace
// dummy link by real ones
diff --git a/src/doxygen_css.h b/src/doxygen_css.h
index 27540df..e883f8e 100644
--- a/src/doxygen_css.h
+++ b/src/doxygen_css.h
@@ -172,6 +172,7 @@
"div.line {\n"
" font-family: monospace, fixed;\n"
" font-size: 13px;\n"
+" min-height: 13px;\n"
" line-height: 1.0;\n"
" text-wrap: unrestricted;\n"
" white-space: -moz-pre-wrap; /* Moz */\n"