[Orgmode] Best way to embed an svg file in an exported xhtml page?
From:
Bryan Emrys
Subject:
[Orgmode] Best way to embed an svg file in an exported xhtml page?
Date:
Sun, 3 Oct 2010 18:00:58 -0700
Hello all,
I'm exporting an org page to xhtml and I'm trying to show an svg file in an xhtml page the same way that a png file can be shown. So far, my efforts have only succeeded in getting a link to the svg file on the page.
I can hand input <object type="image/svg+xml" data=""> width="300" height="300"></object> and have it appear (at least in firefox, opera and chromium. (Don't have a copy of IE to test), but obviously I'd rather just have org-mode export it directly.