How to inline SVG in CruiseControl.NET reports? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T20:51:02Z http://stackoverflow.com/feeds/question/565342 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/565342/how-to-inline-svg-in-cruisecontrol-net-reports 0 How to inline SVG in CruiseControl.NET reports? Joannes Vermorel 2009-02-19T13:40:34Z 2009-02-19T13:40:34Z <p>I am trying to embed inline SVG within custom CruiseControl.NET reports. Since this is for internal use only, I just need a solution compatible with the last version of Firefox.</p> <p>Actually inserting the SVG XML into a custom CruiseControl.NET report is OK. But, but I am struggling with the HTML vs XHTML interpretation of the file by Firefox, see also,</p> <p><a href="http://wiki.svg.org/Inline_SVG" rel="nofollow">http://wiki.svg.org/Inline_SVG</a> </p> <p>Does anyone know how to <em>tweak</em> CruiseControl.NET so that the custom report gets interpreted as XHTML in order to let Firefox render the SVG?</p>