Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 14.0.2
-
None
Description
When Doxygen is instructed to generate graphics as SVG, it creates HTML like this:
<div class="center"><iframe scrolling="no" frameborder="0" src="graphic.svg" width="147" height="187">This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</iframe></div>
Every version of QtCreator up to 14.0.1 would show 'graphic.svg' as expected. However, 14.0.2 does not. Instead, it says that Firefox etc. should be used.