Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectors/Dom/Svg/Filters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12283/src/SharpVectorBindings/SharpVectors/Dom/Svg/Filters
Modified Files:
ISvgFEConvolveMatrixElement.cs ISvgFEFuncAElement.cs
ISvgFEFuncBElement.cs
Log Message:
Library wide changes for scripting support and automated re-rendering
Index: ISvgFEConvolveMatrixElement.cs
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectors/Dom/Svg/Filters/ISvgFEConvolveMatrixElement.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ISvgFEConvolveMatrixElement.cs 9 Aug 2003 23:24:57 -0000 1.1
+++ ISvgFEConvolveMatrixElement.cs 19 Nov 2005 03:13:22 -0000 1.2
@@ -20,6 +20,6 @@
ISvgAnimatedEnumeration EdgeMode{get;}
ISvgAnimatedNumber KernelUnitLengthX{get;}
ISvgAnimatedNumber KernelUnitLengthY{get;}
- ISvgAnimatedBoolean PreserveAlpha{get;}
+ bool PreserveAlpha{get;}
}
}
Index: ISvgFEFuncBElement.cs
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectors/Dom/Svg/Filters/ISvgFEFuncBElement.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ISvgFEFuncBElement.cs 9 Aug 2003 23:24:57 -0000 1.1
+++ ISvgFEFuncBElement.cs 19 Nov 2005 03:13:22 -0000 1.2
@@ -6,7 +6,7 @@
/// </summary>
/// <developer>do...@do...</developer>
/// <completed>100</completed>
- public interface ISvgBEFuncGElement:
+ public interface ISvgFEFuncBElement:
ISvgComponentTransferFunctionElement
{
}
Index: ISvgFEFuncAElement.cs
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectors/Dom/Svg/Filters/ISvgFEFuncAElement.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ISvgFEFuncAElement.cs 9 Aug 2003 23:24:57 -0000 1.1
+++ ISvgFEFuncAElement.cs 19 Nov 2005 03:13:22 -0000 1.2
@@ -6,7 +6,7 @@
/// </summary>
/// <developer>do...@do...</developer>
/// <completed>100</completed>
- public interface ISvgAEFuncGElement:
+ public interface ISvgFEFuncAElement:
ISvgComponentTransferFunctionElement
{
}
|