SVG File manipulation in WPF
I have a .svg image file and i need to read and maniplulate the this image dynamically (need to edit the image every 2 seconds).<br />Iam using WPF application and i need to bind this to image control in the wpf. <br /><br />Could anyone please help me.