Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectors/Dom/Svg/Basic Data Types and Interfaces
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18901/src/SharpVectorBindings/SharpVectors/Dom/Svg/Basic Data Types and Interfaces
Modified Files:
ISvgElement.cs
Log Message:
Library wide fixes for Unit Test completion, only Mutation events left to implement for current test coverage
Index: ISvgElement.cs
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectors/Dom/Svg/Basic Data Types and Interfaces/ISvgElement.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ISvgElement.cs 9 Aug 2003 22:50:14 -0000 1.1
+++ ISvgElement.cs 23 Oct 2005 23:39:29 -0000 1.2
@@ -11,7 +11,7 @@
/// </summary>
/// <developer>ni...@pr...</developer>
/// <completed>100</completed>
- public interface ISvgElement : IXmlElement
+ public interface ISvgElement : IElement
{
/// <summary>
/// The value of the id attribute on the given element.
|