Does FO.NET support SVG?
Unfortunately FO.NET does not support SVG. FO.NET’s support for image formats includes WMF/EMF metafiles, which are both vector formats. Also refer to ‘What image formats does FO.NET support?’ below. You could use the excellent SVG# project (http://sourceforge.net/projects/svgdomcsharp) to render an SVG document to disk/memory and include the image in an FO document to be rendered by FO.NET.