var fDesc=new Array(); fDesc[0] = "Ab2d.ReaderSvg is a class library that can be used to read svg and svgz (compressed svg) files and import its elements into any WPF application.
This program can accurately read shapes defined in svg file, their strokes, fills and other properties. It can read all types of gradients, patterns and markers (line starting and ending shapes). This gives the designers free hands to define their drawings in almost any vector drawing application, save them into svg file and the application developers can than use the drawings in their WPF applications. The elements in svg file can be converted into shapes or geometry objects."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }