I need to be able to take an SVG image document and draw some lines and text on it (basically watermarking it) and displaying it in a web browser. Does .NET allow this, or do I need some kind of third-party library to accomplish this?
If it is possible, I need samples. I have a client wanting to know if this is possible for an upcoming project. Thanks
Member
96 Points
422 Posts
Can you edit SVG images in .NET?
Apr 04, 2012 03:19 PM|desertfoxaz|LINK
I need to be able to take an SVG image document and draw some lines and text on it (basically watermarking it) and displaying it in a web browser. Does .NET allow this, or do I need some kind of third-party library to accomplish this?
If it is possible, I need samples. I have a client wanting to know if this is possible for an upcoming project. Thanks
Contributor
7304 Points
1672 Posts
Re: Can you edit SVG images in .NET?
Apr 04, 2012 03:21 PM|tehremo|LINK
Check this Codeplex project:
http://svg.codeplex.com/
Member
96 Points
422 Posts
Re: Can you edit SVG images in .NET?
Apr 04, 2012 03:28 PM|desertfoxaz|LINK
I saw that but there is no documentation for it. I am also looking at SharpVector but again the documentation isn't very detailed.