Click here to Skip to main content
16,017,502 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys. I'm working on symobology editor software. The symboloy format should be SVG. Do I need to create a my own SVG reader and writer to accomplish the project?

I came across an article on http://www.mecxpert.de/svg/SvgDotNet.html that says I can use Adobe's SVG VIEWER software which includes AxSVGVIEWLib.dll file that I can use in my C# application.

My question is, what functionality will I get by using the DLL? and will it be very difficult to write my own SVG editor?

Thanks for any ideas.
Posted
Updated 18-Aug-10 22:36pm
v2

1 solution

If you install an SVG plug in, you can just use a browser control to show SVG files. Yes, writing an SVG editor is likely to be difficult.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900