by abenedik
4. January 2008 00:20
With new version of ReaderSvg and ReaderWmf it is now possible to read SVG, Windows metafiles (wmf) and Enhanced Metafiles (emf) from XAML.
For example:
<ab2d:SvgViewbox Source="samples/myClipart.svg"/>
SvgViewbox can be used just as Image control. Its Source property is set to the Uri of the svg file. It can be a resource, content, located on the web or on the local hard disk. It can be also used for DataBinging - for example from Combobox. For reading metafiles there is a WmfViewbox control.
There are also some other improvements and bugfixes.
New version is available from www.ab4d.com/Overview2d.aspx.