Hi.
I'm developing a software solution to read svg image files in C#.
I was reading some open source solution in thecodeproject but the
documentation is poor about examples.
I want to know if here has a library to .NET and make easy to read
svg files. Maybe the example about it is:
LoadSVG.Read("pathtofile");
string fig = LoadSVG.Element(); //Maybe here we can know the figure.
arraylist.add(LoadSVG.figure[i].coordinates()); //Here the
coordinates.
Well the main idea is read and know what figure (or figures are) is,
what coordinates is (are), what color. And after, build the figure in
C#. I use Godiagram too, so Godiagram not support SVG reading, so I
need first how to read a SVG file, then how to extract the properties
and finally build the figure in GoDiagram.
If I know how to read and extract the properties, the I can compare
the figure example:
if (fig=="circle")
{
Gofigure x = new Gofigure();
x.figure = Gofig.circle();
}
Please if anybody can help me about how to read and extract the
properties in C#, I'll be grateful.
Thanks.
------------------------------------
-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/