Ab2d.ReaderSvg is your greatest SVG file importer for WPF. The library may import DPI separate vector drawings from SVG files into WPF contours or geometry items.
Ab2d.ReaderSvg is a type library that You may use to browse SVG and svgz (compressed SVG) documents and import its own components into any WPF program.
The Ab2d.ReaderSvg can correctly read contours defined in SVG document, their strokes, fills, and other possessions. It is possible to read all sorts of gradients, patterns, and marks (line beginning and ending contours ). This offers the designers free hands-on to specify their drawings in just about any vector drawing program, save them into SVG file, and the program developers can utilize the drawings within their WPF software.
You may transform the components in the SVG file into contours or geometry items. The contours (Canvas, Ellipse, Course, etc.) are great as You can alter them, and You could delegate mouse events to them. Geometry objects (GeometryDrawing, PathGeometry, etc.) are lightweight contours that have far greater performance and reduced memory utilization but are more difficult to manipulate. Therefore image items are excellent for complicated drawings. And what's more, the read geometry could be further optimized for much greater performance.
As an instance, the following line of XAML is all that's necessary to demonstrate birthday_cake. SVG:
Be aware that Ab2d.ReaderSvg can't be utilized in Silverlight software - but may be utilized in the XBAP Internet Browser program.
Nonetheless, it's likely to convert SVG documents into XAML for Silverlight and Windows Store (Windows RT) software with the ViewerSvg converter.
Ab2d.ReaderSvg - SVG and SVG importer Use vector images from SVG documents from WPF and Silverlight programs.