From: Niklas G. <ni...@pr...> - 2007-02-11 15:47:15
|
Curia Damiano wrote: > Hello, in these last months I=92m using your SharpVectors C# library. >=20 > I=92m done some small improvements to it (the latest version downloaded= =20 > from the web), and they are: >=20 > - in SvgDocument.doc, introduced a little modify to open the=20 > svgz files automatically (already sent to you); >=20 > - in SvgPolyElement.cs, corrected a bug in the dot.net runtime= =20 > to catch an ArgumentException when you try to draw a polygon or line=20 > when point1=3D=3Dpont2 (maybe caused by the IsoDraw-generated files of = my=20 > customer); >=20 > - in GraphicsWrapper.cs, corrected a bug in the dot.net runtim= e=20 > to catch an OutOfMemoryException when you try to draw a path (seems to = > happen when the path is in reality a straight line, but not completely = > sure) (also this maybe caused by the IsoDraw-generated files of my=20 > customer); >=20 > - in SvgDocument.cs and GdiRenderer.cs, introduced some=20 > modifies to handle the case when you are disconnected from the Internet= =20 > (you try the same to validate the svg xml dtd; anyway if you do=20 > renderer.XmlResolver=3Dnull, you have to handle the namespaces that=20 > becomes blank =96 try to add the line =93127.0.0.1 www.w3.org=20 > <http://www.w3.org/>=94 to your hosts file). >=20 > Is it possible to include my improvements in the shared sources? I'm forwarding this mail to the developers list, someone there should be = able to help you. > And I would like to know, do you think to release a next version of thi= s=20 > library? And if so, when do you think to relase it, approximately? Hopefully they will also be able to help you with these questions. /niklas |